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
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 |