Class: Mosaic::Foursquare::Photo
- Defined in:
- lib/mosaic/foursquare/photo.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#url(size = "original") ⇒ Object
Returns the value of attribute url.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Method Summary
Methods inherited from Object
#initialize, query, request_count, request_count=
Methods included from Utils::Helpers
Constructor Details
This class inherits a constructor from Mosaic::Foursquare::Object
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/mosaic/foursquare/photo.rb', line 6 def id @id end |
#url(size = "original") ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/mosaic/foursquare/photo.rb', line 6 def url @url end |
#visibility ⇒ Object
Returns the value of attribute visibility.
6 7 8 |
# File 'lib/mosaic/foursquare/photo.rb', line 6 def visibility @visibility end |