Class: Ingest::FeedItem

Inherits:
Object
  • Object
show all
Defined in:
lib/ingest/feed_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def author
  @author
end

#contentObject

Returns the value of attribute content.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def content
  @content
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def description
  @description
end

#enclosure_lengthObject

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_typeObject

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_urlObject

Returns the value of attribute enclosure_url.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def enclosure_url
  @enclosure_url
end

#guidObject

Returns the value of attribute guid.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def guid
  @guid
end

#itunes_authorObject

Returns the value of attribute itunes_author.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def itunes_author
  @itunes_author
end

#itunes_blockObject

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_captionedObject

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_durationObject

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_explicitObject

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_imageObject

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_keywordsObject

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_subtitleObject

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_summaryObject

Returns the value of attribute itunes_summary.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def itunes_summary
  @itunes_summary
end

Returns the value of attribute link.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def link
  @link
end

#published_atObject

Returns the value of attribute published_at.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def published_at
  @published_at
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/ingest/feed_item.rb', line 3

def title
  @title
end