Class: Flico::SizesCommand
- Inherits:
-
FlickrBase
- Object
- FlickrBase
- Flico::SizesCommand
- Defined in:
- lib/flico/flickr_command.rb
Instance Attribute Summary
Attributes inherited from FlickrBase
Instance Method Summary collapse
Methods inherited from FlickrBase
Constructor Details
This class inherits a constructor from Flico::FlickrBase
Instance Method Details
#call(photo_id) ⇒ Object
51 52 53 |
# File 'lib/flico/flickr_command.rb', line 51 def call(photo_id) api.photos.getSizes(photo_id:) end |