Class
Class Methods
::
lib/rss/1.0.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rss/1.0.rb, line 107
def initialize(*args)
if Utils.element_initialize_arguments?(args)
super
else
super()
self.resource = args[0]
end
end
No documentation available
::
lib/rss/1.0.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rss/1.0.rb, line 96
def required_uri
URI
end
No documentation available
Instance Methods
lib/rss/1.0.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rss/1.0.rb, line 116
def full_name
tag_name_with_prefix(PREFIX)
end
No documentation available