Class: Temporalio::Client::Schedule::List::Info

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/client/schedule.rb,
lib/temporalio/client/schedule.rb

Overview

Information about a listed schedule.

Instance Attribute Summary collapse

Instance Attribute Details

#next_action_timesArray<Time>

Returns Next scheduled action times. This may be a smaller amount than present on Info.next_action_times.

Returns:

  • (Array<Time>)

    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_actionsArray<ActionResult>

Returns Most recent actions, oldest first. This may be a smaller amount than present on Info.recent_actions.

Returns:

  • (Array<ActionResult>)

    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