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

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

#initialize(version, response, solution) ⇒ InsightsQuestionnairesQuestionPage

Initialize the InsightsQuestionnairesQuestionPage

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



465
466
467
468
469
470
471
# File 'lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires_question.rb', line 465

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

    # Path Solution
    @solution = solution
end