lib/twilio-ruby/rest/api/v2010/account/address.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/api/v2010/account/address.rb in twilio-ruby-5.0.0.rc5

- old
+ new

@@ -167,22 +167,9 @@ ) return AddressPage.new(@version, response, @solution) end ## - # Constructs a AddressContext - # @param [String] sid The sid - - # @return [AddressContext] AddressContext - def get(sid) - AddressContext.new( - @version, - account_sid: @solution[:account_sid], - sid: sid, - ) - end - - ## # Provide a user friendly representation def to_s '#<Twilio.Api.V2010.AddressList>' end end \ No newline at end of file