lib/twilio-ruby/rest/api/v2010/account/sip.rb in twilio-ruby-5.19.0 vs lib/twilio-ruby/rest/api/v2010/account/sip.rb in twilio-ruby-5.20.0

- old
+ new

@@ -31,10 +31,11 @@ @credential_lists = nil end ## # Access the domains - # @param [String] sid The domain sid that uniquely identifies the resource + # @param [String] sid The Twilio-provided string that uniquely identifies the + # SipDomain resource to fetch. # @return [DomainList] # @return [DomainContext] if sid was passed. def domains(sid=:unset) raise ArgumentError, 'sid cannot be nil' if sid.nil? \ No newline at end of file