Class: FlickrAggregation::Picture

Inherits:
Object
  • Object
show all
Defined in:
lib/shinmun/aggregations/flickr.rb

Overview

This object holds given information of a picture

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date.



27
28
29
# File 'lib/shinmun/aggregations/flickr.rb', line 27

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



27
28
29
# File 'lib/shinmun/aggregations/flickr.rb', line 27

def description
  @description
end

Returns the value of attribute link.



27
28
29
# File 'lib/shinmun/aggregations/flickr.rb', line 27

def link
  @link
end

#thumbnailObject

Returns the value of attribute thumbnail.



27
28
29
# File 'lib/shinmun/aggregations/flickr.rb', line 27

def thumbnail
  @thumbnail
end

#titleObject

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_sObject



29
30
31
# File 'lib/shinmun/aggregations/flickr.rb', line 29

def to_s
  title
end