Sha256: 6768c84c7d8aef76b9b830b9de1873435ec871c2ce7861ffed5499a24f3ceacb

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

module Twilio
  module REST
    class Sms < InstanceResource
      def initialize(path, client, params={})
        super path, client, params
        resource :messages, :short_codes
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twilio-ruby-3.10.1 lib/twilio-ruby/rest/sms.rb
twilio-ruby-3.10.0 lib/twilio-ruby/rest/sms.rb