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

- old
+ new

@@ -156,22 +156,9 @@ account_sid: @solution['account_sid'], ) end ## - # Constructs a DomainContext - # @param [String] sid The domain sid that uniquely identifies the resource - - # @return [DomainContext] DomainContext - def get(sid) - DomainContext.new( - @version, - account_sid: @solution[:account_sid], - sid: sid, - ) - end - - ## # Provide a user friendly representation def to_s '#<Twilio.Api.V2010.DomainList>' end end \ No newline at end of file