Class: Loquor::ApiCall::Show
- Inherits:
-
Loquor::ApiCall
- Object
- Loquor::ApiCall
- Loquor::ApiCall::Show
- Defined in:
- lib/loquor/api_calls/show.rb
Instance Attribute Summary
Attributes inherited from Loquor::ApiCall
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(klass, id) ⇒ Show
constructor
A new instance of Show.
Constructor Details
#initialize(klass, id) ⇒ Show
Returns a new instance of Show.
4 5 6 7 |
# File 'lib/loquor/api_calls/show.rb', line 4 def initialize(klass, id) super(klass) @id = id end |