class RSS::RDF::Seq::Li
公共类方法
new(*args) 点击切换源代码
调用超类方法
# File rss-0.3.1/lib/rss/1.0.rb, line 107 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.resource = args[0] end end
required_uri() 点击切换源代码
# File rss-0.3.1/lib/rss/1.0.rb, line 96 def required_uri URI end
公共实例方法
full_name() 点击切换源代码
# File rss-0.3.1/lib/rss/1.0.rb, line 116 def full_name tag_name_with_prefix(PREFIX) end