method
new
v1_9_3_125 -
Show latest stable
- Class:
RSS::TaxonomyTopicsModel::TaxonomyTopics
new(*args)public
No documentation available.
# File lib/rss/taxonomy.rb, line 58
def initialize(*args)
if Utils.element_initialize_arguments?(args)
super
else
super()
self.Bag = args[0]
end
self.Bag ||= Bag.new
end