Class: Temporal::Workflow::Command::StartTimer

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporal/workflow/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



10
11
12
# File 'lib/temporal/workflow/command.rb', line 10

def timeout
  @timeout
end

#timer_idObject

Returns the value of attribute timer_id

Returns:

  • (Object)

    the current value of timer_id



10
11
12
# File 'lib/temporal/workflow/command.rb', line 10

def timer_id
  @timer_id
end