Class: Temporalio::Client::Schedule::List::Schedule
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Schedule::List::Schedule
- Defined in:
- lib/temporalio/client/schedule.rb,
lib/temporalio/client/schedule.rb
Overview
Details for a listed schedule.
Instance Attribute Summary collapse
-
#action ⇒ Action
Action taken when scheduled.
-
#spec ⇒ Spec
When the action is taken.
-
#state ⇒ State
State of the schedule.
Instance Attribute Details
#action ⇒ Action
Returns Action taken when scheduled.
918 919 920 |
# File 'lib/temporalio/client/schedule.rb', line 918 def action @action end |
#spec ⇒ Spec
Returns When the action is taken.
918 919 920 |
# File 'lib/temporalio/client/schedule.rb', line 918 def spec @spec end |
#state ⇒ State
Returns State of the schedule.
918 919 920 |
# File 'lib/temporalio/client/schedule.rb', line 918 def state @state end |