Methods
- F
- N
- R
Included Modules
Class Public methods
new(*args)
Link
Source: show
# File lib/rss/itunes.rb, line 165 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.href = args[0] end end
Instance Public methods
full_name()
Link
Source: show
# File lib/rss/itunes.rb, line 174 def full_name tag_name_with_prefix(ITUNES_PREFIX) end