Class: FlickrAggregation::Picture
- Inherits:
-
Object
- Object
- FlickrAggregation::Picture
- Defined in:
- lib/shinmun/aggregations/flickr.rb
Overview
This object holds given information of a picture
Instance Attribute Summary collapse
-
#date ⇒ Object
Returns the value of attribute date.
-
#description ⇒ Object
Returns the value of attribute description.
-
#link ⇒ Object
Returns the value of attribute link.
-
#thumbnail ⇒ Object
Returns the value of attribute thumbnail.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#date ⇒ Object
Returns the value of attribute date.
27 28 29 |
# File 'lib/shinmun/aggregations/flickr.rb', line 27 def date @date end |
#description ⇒ Object
Returns the value of attribute description.
27 28 29 |
# File 'lib/shinmun/aggregations/flickr.rb', line 27 def description @description end |
#link ⇒ Object
Returns the value of attribute link.
27 28 29 |
# File 'lib/shinmun/aggregations/flickr.rb', line 27 def link @link end |
#thumbnail ⇒ Object
Returns the value of attribute thumbnail.
27 28 29 |
# File 'lib/shinmun/aggregations/flickr.rb', line 27 def thumbnail @thumbnail end |
#title ⇒ Object
Returns the value of attribute title.
27 28 29 |
# File 'lib/shinmun/aggregations/flickr.rb', line 27 def title @title end |
Instance Method Details
#to_s ⇒ Object
29 30 31 |
# File 'lib/shinmun/aggregations/flickr.rb', line 29 def to_s title end |