lib/twilio-ruby/rest/monitor.rb in twilio-ruby-5.8.1 vs lib/twilio-ruby/rest/monitor.rb in twilio-ruby-5.9.0

- old
+ new

@@ -1,10 +1,12 @@ ## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / +# +# frozen_string_literal: true module Twilio module REST class Monitor < Domain ## @@ -25,10 +27,10 @@ def v1 @v1 ||= V1.new self end ## - # @param [String] sid The sid + # @param [String] sid A 34 character string that uniquely identifies this Alert. # @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 \ No newline at end of file