Class: Temporalio::Client::Options

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

Overview

Options as returned from #options for **to_h splat use in #initialize. See #initialize for details.

Instance Attribute Summary collapse

Instance Attribute Details

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



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

def connection
  @connection
end

#data_converterObject

Returns the value of attribute data_converter

Returns:

  • (Object)

    the current value of data_converter



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

def data_converter
  @data_converter
end

#default_workflow_query_reject_conditionObject

Returns the value of attribute default_workflow_query_reject_condition

Returns:

  • (Object)

    the current value of default_workflow_query_reject_condition



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

def default_workflow_query_reject_condition
  @default_workflow_query_reject_condition
end

#interceptorsObject

Returns the value of attribute interceptors

Returns:

  • (Object)

    the current value of interceptors



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

def interceptors
  @interceptors
end

#loggerObject

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



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

def logger
  @logger
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



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

def namespace
  @namespace
end