Class: Temporalio::Client::Schedule::List::Info
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Schedule::List::Info
- Defined in:
- lib/temporalio/client/schedule.rb,
lib/temporalio/client/schedule.rb
Overview
Information about a listed schedule.
Instance Attribute Summary collapse
-
#next_action_times ⇒ Array<Time>
Next scheduled action times.
-
#recent_actions ⇒ Array<ActionResult>
Most recent actions, oldest first.
Instance Attribute Details
#next_action_times ⇒ Array<Time>
Returns Next scheduled action times. This may be a smaller amount than present on Info.next_action_times.
961 962 963 |
# File 'lib/temporalio/client/schedule.rb', line 961 def next_action_times @next_action_times end |
#recent_actions ⇒ Array<ActionResult>
Returns Most recent actions, oldest first. This may be a smaller amount than present on Info.recent_actions.
961 962 963 |
# File 'lib/temporalio/client/schedule.rb', line 961 def recent_actions @recent_actions end |