lib/twilio-ruby/rest/api.rb in twilio-ruby-5.48.0 vs lib/twilio-ruby/rest/api.rb in twilio-ruby-5.49.0

- old
+ new

@@ -84,10 +84,10 @@ def balance self.account.balance() end ## - # @param [String] sid The unique string that that we created to identify this Call + # @param [String] sid The unique string that we created to identify this Call # resource. # @return [Twilio::REST::Api::V2010::AccountContext::CallInstance] if sid was passed. # @return [Twilio::REST::Api::V2010::AccountContext::CallList] def calls(sid=:unset) self.account.calls(sid) \ No newline at end of file