Class: Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::Activity
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Tuner::SlotSupplier::Custom::SlotInfo::Activity
- Defined in:
- lib/temporalio/worker/tuner.rb
Overview
Information about an activity slot.
Instance Attribute Summary collapse
-
#activity_type ⇒ Object
readonly
Returns the value of attribute activity_type.
Instance Method Summary collapse
-
#activity_type(value) ⇒ String
readonly
Activity type.
Instance Attribute Details
#activity_type ⇒ Object (readonly)
Returns the value of attribute activity_type
203 |
# File 'lib/temporalio/worker/tuner.rb', line 203 Activity = Data.define(:activity_type) |
Instance Method Details
#activity_type=(value) ⇒ String (readonly)
Returns Activity type.
203 |
# File 'lib/temporalio/worker/tuner.rb', line 203 Activity = Data.define(:activity_type) |