lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb in twilio-ruby-5.0.0.rc5
- old
+ new
@@ -205,22 +205,9 @@
workspace_sid: @solution[:workspace_sid],
)
end
##
- # Constructs a WorkerContext
- # @param [String] sid The sid
-
- # @return [WorkerContext] WorkerContext
- def get(sid)
- WorkerContext.new(
- @version,
- workspace_sid: @solution[:workspace_sid],
- sid: sid,
- )
- end
-
- ##
# Provide a user friendly representation
def to_s
'#<Twilio.Taskrouter.V1.WorkerList>'
end
end
\ No newline at end of file