class RSS::RDF::Image
Public Class Methods
                              new(*args)
                              click to toggle source
                            
                            
                                  Calls superclass method
                                  
                              
                              # File rss-0.2.9/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
                              required_uri()
                              click to toggle source
                            
                            # File rss-0.2.9/lib/rss/1.0.rb, line 346 def required_uri ::RSS::URI end
Private Instance Methods
                              maker_target(maker)
                              click to toggle source
                            
                            # File rss-0.2.9/lib/rss/1.0.rb, line 373 def maker_target(maker) maker.image end