lib/twilio-ruby/rest/trunking/v1/trunk.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/trunking/v1/trunk.rb in twilio-ruby-5.0.0.rc5
- old
+ new
@@ -139,21 +139,9 @@
)
return TrunkPage.new(@version, response, @solution)
end
##
- # Constructs a TrunkContext
- # @param [String] sid The sid
-
- # @return [TrunkContext] TrunkContext
- def get(sid)
- TrunkContext.new(
- @version,
- sid: sid,
- )
- end
-
- ##
# Provide a user friendly representation
def to_s
'#<Twilio.Trunking.V1.TrunkList>'
end
end
\ No newline at end of file