Method: Twilio::REST::Monitor::V1::AlertPage#initialize
- Defined in:
- lib/twilio-ruby/rest/monitor/v1/alert.rb
#initialize(version, response, solution) ⇒ AlertPage
Initialize the AlertPage
205 206 207 208 209 210 |
# File 'lib/twilio-ruby/rest/monitor/v1/alert.rb', line 205 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |