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