lib/twilio-ruby/rest/monitor.rb in twilio-ruby-5.27.0 vs lib/twilio-ruby/rest/monitor.rb in twilio-ruby-5.27.1
- old
+ new
@@ -27,18 +27,20 @@
def v1
@v1 ||= V1.new self
end
##
- # @param [String] sid A 34 character string that uniquely identifies this Alert.
+ # @param [String] sid The unique string that we created to identify the Alert
+ # resource.
# @return [Twilio::REST::Monitor::V1::AlertInstance] if sid was passed.
# @return [Twilio::REST::Monitor::V1::AlertList]
def alerts(sid=:unset)
self.v1.alerts(sid)
end
##
- # @param [String] sid A 34 character string that uniquely identifies this event.
+ # @param [String] sid The unique string that we created to identify the Event
+ # resource.
# @return [Twilio::REST::Monitor::V1::EventInstance] if sid was passed.
# @return [Twilio::REST::Monitor::V1::EventList]
def events(sid=:unset)
self.v1.events(sid)
end
\ No newline at end of file