Class: Fed::Feed::Entry
- Inherits:
-
Struct
- Object
- Struct
- Fed::Feed::Entry
- Defined in:
- lib/fed/feed/entry.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#content ⇒ Object
Returns the value of attribute content.
-
#enclosure ⇒ Object
Returns the value of attribute enclosure.
-
#guid ⇒ Object
Returns the value of attribute guid.
-
#link ⇒ Object
Returns the value of attribute link.
-
#published ⇒ Object
Returns the value of attribute published.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
3 4 5 |
# File 'lib/fed/feed/entry.rb', line 3 def @author end |
#content ⇒ Object
Returns the value of attribute content
3 4 5 |
# File 'lib/fed/feed/entry.rb', line 3 def content @content end |
#enclosure ⇒ Object
Returns the value of attribute enclosure
3 4 5 |
# File 'lib/fed/feed/entry.rb', line 3 def enclosure @enclosure end |
#guid ⇒ Object
Returns the value of attribute guid
3 4 5 |
# File 'lib/fed/feed/entry.rb', line 3 def guid @guid end |
#link ⇒ Object
Returns the value of attribute link
3 4 5 |
# File 'lib/fed/feed/entry.rb', line 3 def link @link end |
#published ⇒ Object
Returns the value of attribute published
3 4 5 |
# File 'lib/fed/feed/entry.rb', line 3 def published @published end |
#summary ⇒ Object
Returns the value of attribute summary
3 4 5 |
# File 'lib/fed/feed/entry.rb', line 3 def summary @summary end |
#title ⇒ Object
Returns the value of attribute title
3 4 5 |
# File 'lib/fed/feed/entry.rb', line 3 def title @title end |