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