Class: Ingest::FeedItem
- Inherits:
-
Object
- Object
- Ingest::FeedItem
- Defined in:
- lib/ingest/feed_item.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#content ⇒ Object
Returns the value of attribute content.
-
#description ⇒ Object
Returns the value of attribute description.
-
#enclosure_length ⇒ Object
Returns the value of attribute enclosure_length.
-
#enclosure_type ⇒ Object
Returns the value of attribute enclosure_type.
-
#enclosure_url ⇒ Object
Returns the value of attribute enclosure_url.
-
#guid ⇒ Object
Returns the value of attribute guid.
-
#itunes_author ⇒ Object
Returns the value of attribute itunes_author.
-
#itunes_block ⇒ Object
Returns the value of attribute itunes_block.
-
#itunes_closed_captioned ⇒ Object
Returns the value of attribute itunes_closed_captioned.
-
#itunes_duration ⇒ Object
Returns the value of attribute itunes_duration.
-
#itunes_explicit ⇒ Object
Returns the value of attribute itunes_explicit.
-
#itunes_image ⇒ Object
Returns the value of attribute itunes_image.
-
#itunes_keywords ⇒ Object
Returns the value of attribute itunes_keywords.
-
#itunes_subtitle ⇒ Object
Returns the value of attribute itunes_subtitle.
-
#itunes_summary ⇒ Object
Returns the value of attribute itunes_summary.
-
#link ⇒ Object
Returns the value of attribute link.
-
#published_at ⇒ Object
Returns the value of attribute published_at.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def @author end |
#content ⇒ Object
Returns the value of attribute content.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def content @content end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def description @description end |
#enclosure_length ⇒ Object
Returns the value of attribute enclosure_length.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def enclosure_length @enclosure_length end |
#enclosure_type ⇒ Object
Returns the value of attribute enclosure_type.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def enclosure_type @enclosure_type end |
#enclosure_url ⇒ Object
Returns the value of attribute enclosure_url.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def enclosure_url @enclosure_url end |
#guid ⇒ Object
Returns the value of attribute guid.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def guid @guid end |
#itunes_author ⇒ Object
Returns the value of attribute itunes_author.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def @itunes_author end |
#itunes_block ⇒ Object
Returns the value of attribute itunes_block.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def itunes_block @itunes_block end |
#itunes_closed_captioned ⇒ Object
Returns the value of attribute itunes_closed_captioned.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def itunes_closed_captioned @itunes_closed_captioned end |
#itunes_duration ⇒ Object
Returns the value of attribute itunes_duration.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def itunes_duration @itunes_duration end |
#itunes_explicit ⇒ Object
Returns the value of attribute itunes_explicit.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def itunes_explicit @itunes_explicit end |
#itunes_image ⇒ Object
Returns the value of attribute itunes_image.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def itunes_image @itunes_image end |
#itunes_keywords ⇒ Object
Returns the value of attribute itunes_keywords.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def itunes_keywords @itunes_keywords end |
#itunes_subtitle ⇒ Object
Returns the value of attribute itunes_subtitle.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def itunes_subtitle @itunes_subtitle end |
#itunes_summary ⇒ Object
Returns the value of attribute itunes_summary.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def itunes_summary @itunes_summary end |
#link ⇒ Object
Returns the value of attribute link.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def link @link end |
#published_at ⇒ Object
Returns the value of attribute published_at.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def published_at @published_at end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/ingest/feed_item.rb', line 3 def title @title end |