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

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

Overview

Details for a listed schedule.

Instance Attribute Summary collapse

Instance Attribute Details

#actionAction

Returns Action taken when scheduled.

Returns:

  • (Action)

    Action taken when scheduled.



918
919
920
# File 'lib/temporalio/client/schedule.rb', line 918

def action
  @action
end

#specSpec

Returns When the action is taken.

Returns:

  • (Spec)

    When the action is taken.



918
919
920
# File 'lib/temporalio/client/schedule.rb', line 918

def spec
  @spec
end

#stateState

Returns State of the schedule.

Returns:

  • (State)

    State of the schedule.



918
919
920
# File 'lib/temporalio/client/schedule.rb', line 918

def state
  @state
end