Class: Temporalio::Interceptor::Client::QueryWorkflowInput

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



34
35
36
# File 'lib/temporalio/interceptor/client.rb', line 34

def args
  @args
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



34
35
36
# File 'lib/temporalio/interceptor/client.rb', line 34

def headers
  @headers
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



34
35
36
# File 'lib/temporalio/interceptor/client.rb', line 34

def id
  @id
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



34
35
36
# File 'lib/temporalio/interceptor/client.rb', line 34

def query
  @query
end

#reject_conditionObject

Returns the value of attribute reject_condition

Returns:

  • (Object)

    the current value of reject_condition



34
35
36
# File 'lib/temporalio/interceptor/client.rb', line 34

def reject_condition
  @reject_condition
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



34
35
36
# File 'lib/temporalio/interceptor/client.rb', line 34

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



34
35
36
# File 'lib/temporalio/interceptor/client.rb', line 34

def rpc_timeout
  @rpc_timeout
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



34
35
36
# File 'lib/temporalio/interceptor/client.rb', line 34

def run_id
  @run_id
end