Class: Cloopen::REST::Calls
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Cloopen::REST::Calls
- Defined in:
- lib/cloopen/rest/calls.rb
Instance Attribute Summary
Attributes inherited from InstanceResource
Instance Method Summary collapse
-
#initialize(uri, cilent) ⇒ Calls
constructor
A new instance of Calls.
Methods inherited from InstanceResource
Methods included from Utils
#beautify_hash, #build_body, #cloopfy, #decloopfy, #downcase_first, #prase_body
Constructor Details
#initialize(uri, cilent) ⇒ Calls
Returns a new instance of Calls.
4 5 6 7 |
# File 'lib/cloopen/rest/calls.rb', line 4 def initialize(uri, cilent) super uri, cilent resource :landing_calls end |