Class
Class Methods
::
lib/rss/1.0.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/rss/1.0.rb, line 225
def initialize(*args)
if Utils.element_initialize_arguments?(args)
super
else
super()
self.about = args[0]
end
end
No documentation available
::
lib/rss/1.0.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/rss/1.0.rb, line 201
def required_uri
::RSS::URI
end
No documentation available
Instance Methods
lib/rss/1.0.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/rss/1.0.rb, line 235
def maker_target(maker)
maker.channel
end
No documentation available
lib/rss/1.0.rb
View on GitHub
# File tmp/rubies/ruby-2.7.6/lib/rss/1.0.rb, line 239
def setup_maker_attributes(channel)
channel.about = about
end
No documentation available