Class: Twilio::REST::SMS::Messages

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

Instance Method Summary collapse

Methods included from Deprecation

deprecate

Methods inherited from ListResource

#create, #get, #inspect, #list

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client) ⇒ Messages

Returns a new instance of Messages.



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

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