Class: Temporal::Interceptor::Client::SignalWorkflowInput

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



45
46
47
# File 'lib/temporal/interceptor/client.rb', line 45

def args
  @args
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



45
46
47
# File 'lib/temporal/interceptor/client.rb', line 45

def headers
  @headers
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



45
46
47
# File 'lib/temporal/interceptor/client.rb', line 45

def id
  @id
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



45
46
47
# File 'lib/temporal/interceptor/client.rb', line 45

def 
  
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



45
46
47
# File 'lib/temporal/interceptor/client.rb', line 45

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



45
46
47
# File 'lib/temporal/interceptor/client.rb', line 45

def run_id
  @run_id
end

#signalObject

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



45
46
47
# File 'lib/temporal/interceptor/client.rb', line 45

def signal
  @signal
end