Class: Twilio::REST::Studio::V1::FlowContext::EngagementContext::StepContext::StepContextList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Studio::V1::FlowContext::EngagementContext::StepContext::StepContextList
- Defined in:
- lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb
Instance Method Summary collapse
-
#initialize(version, flow_sid: nil, engagement_sid: nil, step_sid: nil) ⇒ StepContextList
constructor
Initialize the StepContextList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, flow_sid: nil, engagement_sid: nil, step_sid: nil) ⇒ StepContextList
Initialize the StepContextList
24 25 26 27 28 29 |
# File 'lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb', line 24 def initialize(version, flow_sid: nil, engagement_sid: nil, step_sid: nil) super(version) # Path Solution @solution = {flow_sid: flow_sid, engagement_sid: engagement_sid, step_sid: step_sid} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
33 34 35 |
# File 'lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb', line 33 def to_s '#<Twilio.Studio.V1.StepContextList>' end |