lib/twilio-ruby/rest/sms/messages.rb in twilio-ruby-3.2.0 vs lib/twilio-ruby/rest/sms/messages.rb in twilio-ruby-3.3.0

- old
+ new

@@ -5,7 +5,9 @@ super # hard-code the json key since 'messages' doesn't exist in the response @resource_name = 'sms_messages' end end + + class Message < InstanceResource; end end end