Namespace
Methods
- F
- M
- N
- R
Included Modules
Constants
| Bag | = | ::RSS::RDF::Bag |
Class Public methods
new(*args)
Link
Source: show
# File lib/rss/taxonomy.rb, line 60 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.Bag = args[0] end self.Bag ||= Bag.new end
Instance Public methods
full_name()
Link
Source: show
# File lib/rss/taxonomy.rb, line 70 def full_name tag_name_with_prefix(TAXO_PREFIX) end
maker_target(target)
Link
Source: show
# File lib/rss/taxonomy.rb, line 74 def maker_target(target) target.taxo_topics end