class RSS::RDF::Textinput

公共类方法

new(*args) 点击切换源代码
调用超类方法
# File rss-0.3.1/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
required_uri() 点击切换源代码
# File rss-0.3.1/lib/rss/1.0.rb, line 431
def required_uri
  ::RSS::URI
end

私有实例方法

maker_target(maker) 点击切换源代码
# File rss-0.3.1/lib/rss/1.0.rb, line 458
def maker_target(maker)
  maker.textinput
end