Sha256: c28fedb95c67d516e9e3b6ba1252650553b526668403b85d4fc1894652646592

Contents?: true

Size: 179 Bytes

Versions: 3

Compression:

Stored size: 179 Bytes

Contents

module Twilio
  module REST
    class SmsMessages < ListResource
      def send(from, to, body)
        create :from => from, :to => to, :body => body
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twilio-ruby-0.1.2 lib/twilio-ruby/rest/sms_messages/sms_messages.rb
twilio-ruby-0.1.1 lib/twilio-ruby/rest/sms_messages/sms_messages.rb
twilio-ruby-0.1.0 lib/twilio-ruby/rest/sms_messages/sms_messages.rb