Method: Twilio::REST::Studio::V1::FlowContext::EngagementContext::StepPage#initialize
- Defined in:
- lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb
#initialize(version, response, solution) ⇒ StepPage
Initialize the StepPage
207 208 209 210 211 212 |
# File 'lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb', line 207 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |