In Files

Parent

Included Modules

Class/Module Index [+]

Quicksearch

RSS::Rss::Channel::Item::Guid

Public Class Methods

new(*args) click to toggle source
                
# File rss/2.0.rb, line 73
def initialize(*args)
  if Utils.element_initialize_arguments?(args)
    super
  else
    super()
    self.isPermaLink = args[0]
    self.content = args[1]
  end
end

Public Instance Methods

blog comments powered by Disqus