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