Class: Delicious::DeliciousItem
- Inherits:
-
Struct
- Object
- Struct
- Delicious::DeliciousItem
- Defined in:
- lib/shinmun/aggregations/delicious.rb
Overview
This object holds given information of an item
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#description_link ⇒ Object
Returns the value of attribute description_link.
-
#link ⇒ Object
Returns the value of attribute link.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date
11 12 13 |
# File 'lib/shinmun/aggregations/delicious.rb', line 11 def date @date end |
#description ⇒ Object
Returns the value of attribute description
11 12 13 |
# File 'lib/shinmun/aggregations/delicious.rb', line 11 def description @description end |
#description_link ⇒ Object
Returns the value of attribute description_link
11 12 13 |
# File 'lib/shinmun/aggregations/delicious.rb', line 11 def description_link @description_link end |
#link ⇒ Object
Returns the value of attribute link
11 12 13 |
# File 'lib/shinmun/aggregations/delicious.rb', line 11 def link @link end |
#title ⇒ Object
Returns the value of attribute title
11 12 13 |
# File 'lib/shinmun/aggregations/delicious.rb', line 11 def title @title end |
Instance Method Details
#to_s ⇒ Object
12 |
# File 'lib/shinmun/aggregations/delicious.rb', line 12 def to_s; title end |