lib/twilio-ruby/rest/sms/messages.rb in twilio-ruby-0.4.0 vs lib/twilio-ruby/rest/sms/messages.rb in twilio-ruby-3.0.0
- old
+ new
@@ -1,9 +1,5 @@
module Twilio
module REST
- class Messages < ListResource
- def send(from, to, body)
- create :from => from, :to => to, :body => body
- end
- end
+ class Messages < ListResource; end
end
end