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