Class: Flicket::BaseCommand
- Inherits:
-
Object
- Object
- Flicket::BaseCommand
- Defined in:
- lib/flicket/flicker_query.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#api ⇒ Object
readonly
Returns the value of attribute api.
Instance Method Summary collapse
-
#initialize(flickraw) ⇒ BaseCommand
constructor
A new instance of BaseCommand.
Constructor Details
#initialize(flickraw) ⇒ BaseCommand
Returns a new instance of BaseCommand.
8 9 10 |
# File 'lib/flicket/flicker_query.rb', line 8 def initialize(flickraw) @api = flickraw end |
Instance Attribute Details
#api ⇒ Object (readonly)
Returns the value of attribute api.
6 7 8 |
# File 'lib/flicket/flicker_query.rb', line 6 def api @api end |