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