Methods
- F
- N
- R
Included Modules
Class Public methods
new(*args)
Link
Source: show
# File lib/rss/image.rb, line 84 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.about = args[0] self.resource = args[1] end end
Instance Public methods
full_name()
Link
Source: show
# File lib/rss/image.rb, line 94 def full_name tag_name_with_prefix(IMAGE_PREFIX) end