Sha256: 577baaeae8d711408e7f0a1587ddb4295cbb502133004fa7389632fcc0d104d9
Contents?: true
Size: 297 Bytes
Versions: 3
Compression:
Stored size: 297 Bytes
Contents
module Twilio module REST class Messages < ListResource def initialize(path, client) super # hard-code the json key since 'messages' doesn't exist in the response @list_key = 'sms_messages' end end class Message < InstanceResource; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-3.11.0 | lib/twilio-ruby/rest/sms/messages.rb |
twilio-ruby-3.10.1 | lib/twilio-ruby/rest/sms/messages.rb |
twilio-ruby-3.10.0 | lib/twilio-ruby/rest/sms/messages.rb |