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

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



48
49
50
# File 'lib/temporalio/interceptor/client.rb', line 48

def args
  @args
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



48
49
50
# File 'lib/temporalio/interceptor/client.rb', line 48

def headers
  @headers
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



48
49
50
# File 'lib/temporalio/interceptor/client.rb', line 48

def id
  @id
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



48
49
50
# File 'lib/temporalio/interceptor/client.rb', line 48

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



48
49
50
# File 'lib/temporalio/interceptor/client.rb', line 48

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



48
49
50
# File 'lib/temporalio/interceptor/client.rb', line 48

def run_id
  @run_id
end

#signalObject

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



48
49
50
# File 'lib/temporalio/interceptor/client.rb', line 48

def signal
  @signal
end