Class: Temporalio::Worker::Interceptor::Workflow::StartNexusOperationInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::StartNexusOperationInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#start_nexus_operation.
WARNING: Nexus support is experimental.
Instance Attribute Summary collapse
-
#arg ⇒ Object
readonly
Returns the value of attribute arg.
-
#arg_hint ⇒ Object
readonly
Returns the value of attribute arg_hint.
-
#cancellation ⇒ Object
readonly
Returns the value of attribute cancellation.
-
#cancellation_type ⇒ Object
readonly
Returns the value of attribute cancellation_type.
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#operation ⇒ Object
readonly
Returns the value of attribute operation.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
-
#schedule_to_close_timeout ⇒ Object
readonly
Returns the value of attribute schedule_to_close_timeout.
-
#schedule_to_start_timeout ⇒ Object
readonly
Returns the value of attribute schedule_to_start_timeout.
-
#service ⇒ Object
readonly
Returns the value of attribute service.
-
#start_to_close_timeout ⇒ Object
readonly
Returns the value of attribute start_to_close_timeout.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
Instance Attribute Details
#arg ⇒ Object (readonly)
Returns the value of attribute arg
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def arg @arg end |
#arg_hint ⇒ Object (readonly)
Returns the value of attribute arg_hint
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def arg_hint @arg_hint end |
#cancellation ⇒ Object (readonly)
Returns the value of attribute cancellation
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def cancellation @cancellation end |
#cancellation_type ⇒ Object (readonly)
Returns the value of attribute cancellation_type
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def cancellation_type @cancellation_type end |
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def endpoint @endpoint end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def headers @headers end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def operation @operation end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def result_hint @result_hint end |
#schedule_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute schedule_to_close_timeout
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def schedule_to_close_timeout @schedule_to_close_timeout end |
#schedule_to_start_timeout ⇒ Object (readonly)
Returns the value of attribute schedule_to_start_timeout
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def schedule_to_start_timeout @schedule_to_start_timeout end |
#service ⇒ Object (readonly)
Returns the value of attribute service
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def service @service end |
#start_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute start_to_close_timeout
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def start_to_close_timeout @start_to_close_timeout end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
306 307 308 |
# File 'lib/temporalio/worker/interceptor.rb', line 306 def summary @summary end |