class RSS::RDF::Textinput
Public Class Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 448 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 431 def required_uri ::RSS::URI end
Private Instance Methods
Source
# File bundled-src/rss-0.3.2/lib/rss/1.0.rb, line 458 def maker_target(maker) maker.textinput end