Class: Twilio::REST::SMS::Messages
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::SMS::Messages
- Extended by:
- Deprecation
- Defined in:
- lib/twilio-ruby/rest/sms/messages.rb
Instance Method Summary collapse
-
#initialize(path, client) ⇒ Messages
constructor
A new instance of Messages.
Methods included from Deprecation
Methods inherited from ListResource
#create, #get, #inspect, #list
Methods included from Utils
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 |