lib/twilio-ruby/rest/api.rb in twilio-ruby-5.10.3 vs lib/twilio-ruby/rest/api.rb in twilio-ruby-5.10.4
- old
+ new
@@ -76,10 +76,10 @@
def available_phone_numbers(country_code=:unset)
self.account.available_phone_numbers(country_code)
end
##
- # @param [String] sid A 34 character string that uniquely identifies this
+ # @param [String] sid A 34-character string that uniquely identifies the 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