Class: FlickrawObjects::Photoset
- Inherits:
-
Object
- Object
- FlickrawObjects::Photoset
- Includes:
- Attributes
- Defined in:
- lib/flickraw_objects.rb
Constant Summary
Constants included from Attributes
Instance Attribute Summary
Attributes included from Attributes
Instance Method Summary collapse
- #get_info ⇒ Object
- #get_photos(params = {}) ⇒ Object (also: #photos)
Methods included from Attributes
Instance Method Details
#get_info ⇒ Object
67 68 69 |
# File 'lib/flickraw_objects.rb', line 67 def get_info @get_info ||= flickr.photosets.getInfo photoset_id: id end |