Class: Fed::Feed::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/fed/feed/entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



3
4
5
# File 'lib/fed/feed/entry.rb', line 3

def author
  @author
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



3
4
5
# File 'lib/fed/feed/entry.rb', line 3

def content
  @content
end

#enclosureObject

Returns the value of attribute enclosure

Returns:

  • (Object)

    the current value of enclosure



3
4
5
# File 'lib/fed/feed/entry.rb', line 3

def enclosure
  @enclosure
end

#guidObject

Returns the value of attribute guid

Returns:

  • (Object)

    the current value of guid



3
4
5
# File 'lib/fed/feed/entry.rb', line 3

def guid
  @guid
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



3
4
5
# File 'lib/fed/feed/entry.rb', line 3

def link
  @link
end

#publishedObject

Returns the value of attribute published

Returns:

  • (Object)

    the current value of published



3
4
5
# File 'lib/fed/feed/entry.rb', line 3

def published
  @published
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



3
4
5
# File 'lib/fed/feed/entry.rb', line 3

def summary
  @summary
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/fed/feed/entry.rb', line 3

def title
  @title
end