Method: Twilio::REST::FlexApi::V1::InsightsQuestionnairesList#initialize
- Defined in:
- lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires.rb
#initialize(version) ⇒ InsightsQuestionnairesList
Initialize the InsightsQuestionnairesList
26 27 28 29 30 31 32 33 |
# File 'lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires.rb', line 26 def initialize(version) super(version) # Path Solution @solution = { } @uri = "/Insights/QualityManagement/Questionnaires" end |