Module: Syndication::Podcast::Both
- Included in:
- RSS::Channel, RSS::Item
- Defined in:
- lib/syndication/podcast.rb
Overview
iTunes fields which occur both in Channels and in Items.
Instance Attribute Summary (collapse)
-
- (Object) itunes_block
Prevent this entity from appearing in the iTunes podcast directory?.
-
- (Object) itunes_category
Category column(s) in iTunes and music store browser, as an array of strings (categories then subcategories).
-
- (Object) itunes_explicit
Parental advisory graphic?.
-
- (Object) itunes_keywords
Keywords, not shown but can be searched via iTunes.
-
- (Object) itunes_subtitle
Description column in iTunes.
-
- (Object) itunes_summary
Summary, shown when i-in-circle icon is clicked in Description column of iTunes.
Instance Attribute Details
- (Object) itunes_block
Prevent this entity from appearing in the iTunes podcast directory?
50 51 52 |
# File 'lib/syndication/podcast.rb', line 50 def itunes_block @itunes_block end |
- (Object) itunes_category
Category column(s) in iTunes and music store browser, as an array of strings (categories then subcategories).
62 63 64 |
# File 'lib/syndication/podcast.rb', line 62 def itunes_category @itunes_category end |
- (Object) itunes_explicit
Parental advisory graphic?
52 53 54 |
# File 'lib/syndication/podcast.rb', line 52 def itunes_explicit @itunes_explicit end |
- (Object) itunes_keywords
Keywords, not shown but can be searched via iTunes.
54 55 56 |
# File 'lib/syndication/podcast.rb', line 54 def itunes_keywords @itunes_keywords end |
- (Object) itunes_subtitle
Description column in iTunes.
56 57 58 |
# File 'lib/syndication/podcast.rb', line 56 def itunes_subtitle @itunes_subtitle end |
- (Object) itunes_summary
Summary, shown when i-in-circle icon is clicked in Description column of iTunes.
59 60 61 |
# File 'lib/syndication/podcast.rb', line 59 def itunes_summary @itunes_summary end |