Class Methods
2.6
View on GitHub
# File tmp/rubies/ruby-2.6.10/lib/rss/0.9.rb, line 387
def initialize(*args)
if Utils.element_initialize_arguments?(args)
super
else
super()
self.domain = args[0]
self.content = args[1]
end
end
No documentation available
Instance Methods
2.6
View on GitHub
# File tmp/rubies/ruby-2.6.10/lib/rss/0.9.rb, line 398
def maker_target(item)
item.new_category
end
No documentation available
2.6
View on GitHub
# File tmp/rubies/ruby-2.6.10/lib/rss/0.9.rb, line 402
def setup_maker_attributes(category)
category.domain = domain
category.content = content
end
No documentation available