Class: Temporalio::Worker::Interceptor::Workflow::SleepInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::SleepInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#sleep.
Instance Attribute Summary collapse
-
#cancellation ⇒ Object
readonly
Returns the value of attribute cancellation.
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
Instance Attribute Details
#cancellation ⇒ Object (readonly)
Returns the value of attribute cancellation
272 273 274 |
# File 'lib/temporalio/worker/interceptor.rb', line 272 def cancellation @cancellation end |
#duration ⇒ Object (readonly)
Returns the value of attribute duration
272 273 274 |
# File 'lib/temporalio/worker/interceptor.rb', line 272 def duration @duration end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
272 273 274 |
# File 'lib/temporalio/worker/interceptor.rb', line 272 def summary @summary end |