lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/api/v2010/account/queue.rb in twilio-ruby-5.0.0.rc5
- old
+ new
@@ -137,22 +137,9 @@
account_sid: @solution['account_sid'],
)
end
##
- # Constructs a QueueContext
- # @param [String] sid The queue Sid that uniquely identifies this resource
-
- # @return [QueueContext] QueueContext
- def get(sid)
- QueueContext.new(
- @version,
- account_sid: @solution[:account_sid],
- sid: sid,
- )
- end
-
- ##
# Provide a user friendly representation
def to_s
'#<Twilio.Api.V2010.QueueList>'
end
end
\ No newline at end of file