class RSS::RDF::Image
Public Class Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 363 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.about = args[0] end end
Calls superclass method
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 346 def required_uri ::RSS::URI end
Private Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 373 def maker_target(maker) maker.image end