In Files

Parent

Included Modules

Class/Module Index [+]

Quicksearch

RSS::ITunesChannelModel::ITunesImage

Public Class Methods

new(*args) click to toggle source
                
# File rss/itunes.rb, line 163
def initialize(*args)
  if Utils.element_initialize_arguments?(args)
    super
  else
    super()
    self.href = args[0]
  end
end
required_prefix() click to toggle source
                
# File rss/itunes.rb, line 148
def required_prefix
  ITUNES_PREFIX
end
required_uri() click to toggle source
                
# File rss/itunes.rb, line 152
def required_uri
  ITUNES_URI
end

Public Instance Methods

full_name() click to toggle source
                
# File rss/itunes.rb, line 172
def full_name
  tag_name_with_prefix(ITUNES_PREFIX)
end
blog comments powered by Disqus