lib/twilio-ruby/rest/api/v2010.rb in twilio-ruby-5.15.1 vs lib/twilio-ruby/rest/api/v2010.rb in twilio-ruby-5.15.2

- old
+ new

@@ -60,9 +60,13 @@ def available_phone_numbers(country_code=:unset) self.account.available_phone_numbers(country_code) end + def balance + self.account.balance() + end + def calls(sid=:unset) self.account.calls(sid) end def conferences(sid=:unset) \ No newline at end of file