Class: Temporalio::Client::Interceptor::SignalWorkflowInput

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



102
103
104
# File 'lib/temporalio/client/interceptor.rb', line 102

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



102
103
104
# File 'lib/temporalio/client/interceptor.rb', line 102

def args
  @args
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



102
103
104
# File 'lib/temporalio/client/interceptor.rb', line 102

def headers
  @headers
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



102
103
104
# File 'lib/temporalio/client/interceptor.rb', line 102

def rpc_options
  @rpc_options
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



102
103
104
# File 'lib/temporalio/client/interceptor.rb', line 102

def run_id
  @run_id
end

#signalObject (readonly)

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



102
103
104
# File 'lib/temporalio/client/interceptor.rb', line 102

def signal
  @signal
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



102
103
104
# File 'lib/temporalio/client/interceptor.rb', line 102

def workflow_id
  @workflow_id
end