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.



927
928
929
# File 'lib/temporalio/client/schedule.rb', line 927

def action
  @action
end

#specSpec

Returns When the action is taken.

Returns:

  • (Spec)

    When the action is taken.



927
928
929
# File 'lib/temporalio/client/schedule.rb', line 927

def spec
  @spec
end

#stateState

Returns State of the schedule.

Returns:

  • (State)

    State of the schedule.



927
928
929
# File 'lib/temporalio/client/schedule.rb', line 927

def state
  @state
end