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