Class: Twilio::REST::Studio::V2::FlowContext::ExecutionContext::ExecutionStepContext::ExecutionStepContextInstanceMetadata
- Inherits:
-
InstanceResourceMetadata
- Object
- InstanceResourceMetadata
- Twilio::REST::Studio::V2::FlowContext::ExecutionContext::ExecutionStepContext::ExecutionStepContextInstanceMetadata
- Defined in:
- lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb
Instance Method Summary collapse
- #execution_step_context ⇒ Object
- #headers ⇒ Object
-
#initialize(version, execution_step_context_instance, headers, status_code) ⇒ ExecutionStepContextInstanceMetadata
constructor
Initializes a new ExecutionStepContextInstanceMetadata.
- #status_code ⇒ Object
- #to_s ⇒ Object
Constructor Details
#initialize(version, execution_step_context_instance, headers, status_code) ⇒ ExecutionStepContextInstanceMetadata
Initializes a new ExecutionStepContextInstanceMetadata.
138 139 140 141 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb', line 138 def initialize(version, execution_step_context_instance, headers, status_code) super(version, headers, status_code) @execution_step_context_instance = execution_step_context_instance end |
Instance Method Details
#execution_step_context ⇒ Object
143 144 145 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb', line 143 def execution_step_context @execution_step_context_instance end |
#headers ⇒ Object
147 148 149 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb', line 147 def headers @headers end |
#status_code ⇒ Object
151 152 153 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb', line 151 def status_code @status_code end |
#to_s ⇒ Object
155 156 157 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb', line 155 def to_s "<Twilio.Api.V2010.ExecutionStepContextInstanceMetadata status=#{@status_code}>" end |