| Class | RSS::TaxonomyTopicModel::TaxonomyTopic |
| In: |
lib/rss/taxonomy.rb
|
| Parent: | Element |
# File lib/rss/taxonomy.rb, line 119
119: def initialize(*args)
120: if Utils.element_initialize_arguments?(args)
121: super
122: else
123: super()
124: self.about = args[0]
125: end
126: end
# File lib/rss/taxonomy.rb, line 128
128: def full_name
129: tag_name_with_prefix(TAXO_PREFIX)
130: end