class RSS::Rss::Channel::TextInput
公共类方法
new(*args) 点击切换源代码
调用父类方法
# File rss-0.3.1/lib/rss/0.9.rb, line 419 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.title = args[0] self.description = args[1] self.name = args[2] self.link = args[3] end end
私有实例方法
maker_target(maker) 点击切换源代码
# File rss-0.3.1/lib/rss/0.9.rb, line 432 def maker_target(maker) maker.textinput end