Class: Temporalio::Client::Interceptor::SignalWithStartWorkflowInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arg_hintsObject (readonly)

Returns the value of attribute arg_hints

Returns:

  • (Object)

    the current value of arg_hints



61
62
63
# File 'lib/temporalio/client/interceptor.rb', line 61

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



61
62
63
# File 'lib/temporalio/client/interceptor.rb', line 61

def args
  @args
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



61
62
63
# File 'lib/temporalio/client/interceptor.rb', line 61

def rpc_options
  @rpc_options
end

#signalObject (readonly)

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



61
62
63
# File 'lib/temporalio/client/interceptor.rb', line 61

def signal
  @signal
end

#start_workflow_operationObject (readonly)

Returns the value of attribute start_workflow_operation

Returns:

  • (Object)

    the current value of start_workflow_operation



61
62
63
# File 'lib/temporalio/client/interceptor.rb', line 61

def start_workflow_operation
  @start_workflow_operation
end