Class: Cloopen::REST::AccountInfo
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Cloopen::REST::AccountInfo
- Defined in:
- lib/cloopen/rest/account/account_info.rb
Instance Attribute Summary
Attributes inherited from InstanceResource
Instance Method Summary collapse
Methods inherited from InstanceResource
Methods included from Utils
#beautify_hash, #build_body, #cloopfy, #decloopfy, #downcase_first, #prase_body
Constructor Details
This class inherits a constructor from Cloopen::REST::InstanceResource
Instance Method Details
#get ⇒ Object
4 5 6 7 8 |
# File 'lib/cloopen/rest/account/account_info.rb', line 4 def get raise "Can't create a resource without a REST Client" unless @client response = @client.get self self.class.new @uri, @client, response end |