Method: Twilio::REST::FlexApi::V1::InteractionPage#initialize

Defined in:
lib/twilio-ruby/rest/flex_api/v1/interaction.rb

#initialize(version, response, solution) ⇒ InteractionPage

Initialize the InteractionPage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



326
327
328
329
330
331
332
# File 'lib/twilio-ruby/rest/flex_api/v1/interaction.rb', line 326

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

    # Path Solution
    @solution = solution
end