Class | RSS::TaxonomyTopicsModel::TaxonomyTopics |
In: |
lib/rss/taxonomy.rb
|
Parent: | Element |
Bag | = | ::RSS::RDF::Bag |
Bag | = | args[0] |
# File lib/rss/taxonomy.rb, line 58 58: def initialize(*args) 59: if Utils.element_initialize_arguments?(args) 60: super 61: else 62: super() 63: self.Bag = args[0] 64: end 65: self.Bag ||= Bag.new 66: end