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
30 31 32 33 34 35 36 |
# File 'lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb', line 30 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
41 42 43 |
# File 'lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb', line 41 def to_s '#<Twilio.Studio.V1.StepContextList>' end |