Class: Twilio::REST::Studio::V2::FlowContext::ExecutionContext::ExecutionStepContext::ExecutionStepContextList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Studio::V2::FlowContext::ExecutionContext::ExecutionStepContext::ExecutionStepContextList
- Defined in:
- lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb
Overview
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
Instance Method Summary collapse
-
#initialize(version, flow_sid: nil, execution_sid: nil, step_sid: nil) ⇒ ExecutionStepContextList
constructor
Initialize the ExecutionStepContextList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, flow_sid: nil, execution_sid: nil, step_sid: nil) ⇒ ExecutionStepContextList
Initialize the ExecutionStepContextList
27 28 29 30 31 32 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb', line 27 def initialize(version, flow_sid: nil, execution_sid: nil, step_sid: nil) super(version) # Path Solution @solution = {flow_sid: flow_sid, execution_sid: execution_sid, step_sid: step_sid} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
36 37 38 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb', line 36 def to_s '#<Twilio.Studio.V2.ExecutionStepContextList>' end |