Methods
- F
- M
- N
- R
Included Modules
Class Public methods
new(*args)
Link
Source: show
# File lib/rss/taxonomy.rb, line 121 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.about = args[0] end end
Instance Public methods
full_name()
Link
Source: show
# File lib/rss/taxonomy.rb, line 130 def full_name tag_name_with_prefix(TAXO_PREFIX) end
maker_target(target)
Link
Source: show
# File lib/rss/taxonomy.rb, line 134 def maker_target(target) target.new_taxo_topic end