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