Class: Postwave::RssHelper::FeedPost
- Inherits:
-
Struct
- Object
- Struct
- Postwave::RssHelper::FeedPost
- Defined in:
- lib/postwave/rss_helper.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#date ⇒ Object
Returns the value of attribute date.
-
#link ⇒ Object
Returns the value of attribute link.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/postwave/rss_helper.rb', line 9 def body @body end |
#date ⇒ Object
Returns the value of attribute date
9 10 11 |
# File 'lib/postwave/rss_helper.rb', line 9 def date @date end |
#link ⇒ Object
Returns the value of attribute link
9 10 11 |
# File 'lib/postwave/rss_helper.rb', line 9 def link @link end |
#tags ⇒ Object
Returns the value of attribute tags
9 10 11 |
# File 'lib/postwave/rss_helper.rb', line 9 def @tags end |
#title ⇒ Object
Returns the value of attribute title
9 10 11 |
# File 'lib/postwave/rss_helper.rb', line 9 def title @title end |