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

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



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