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