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