Method: Twilio::REST::Events::V1::SinkContext::SinkValidatePage#initialize

Defined in:
lib/twilio-ruby/rest/events/v1/sink/sink_validate.rb

#initialize(version, response, solution) ⇒ SinkValidatePage

Initialize the SinkValidatePage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



110
111
112
113
114
115
116
# File 'lib/twilio-ruby/rest/events/v1/sink/sink_validate.rb', line 110

def initialize(version, response, solution)
    super(version, response)
    

    # Path Solution
    @solution = solution
end