Class: Restcomm::REST::SMS::Messages

Inherits:
ListResource show all
Extended by:
Deprecation
Defined in:
lib/restcomm-ruby/rest/sms/messages.rb

Instance Method Summary collapse

Methods included from Deprecation

deprecate

Methods inherited from ListResource

#create, #get, #inspect, #list, #total

Methods included from Utils

#derestify, #restify

Constructor Details

#initialize(path, client) ⇒ Messages

Returns a new instance of Messages.



24
25
26
27
# File 'lib/restcomm-ruby/rest/sms/messages.rb', line 24

def initialize(path, client)
  super
  @list_key = 'sms_messages'
end