Class: Flico::FlickrBase
- Inherits:
-
Object
- Object
- Flico::FlickrBase
- Defined in:
- lib/flico/flickr_command.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#api ⇒ Object
readonly
Returns the value of attribute api.
Instance Method Summary collapse
-
#initialize(flickraw) ⇒ FlickrBase
constructor
A new instance of FlickrBase.
Constructor Details
#initialize(flickraw) ⇒ FlickrBase
Returns a new instance of FlickrBase.
41 42 43 |
# File 'lib/flico/flickr_command.rb', line 41 def initialize(flickraw) @api = flickraw end |
Instance Attribute Details
#api ⇒ Object (readonly)
Returns the value of attribute api.
40 41 42 |
# File 'lib/flico/flickr_command.rb', line 40 def api @api end |