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

Parameters:

  • version (Version)

    Version that contains the resource

  • response (Response)

    Response from the API

  • solution (Hash)

    Path solution for the resource



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