Class: Temporalio::Client::Options

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/client.rb,
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 (readonly)

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



41
42
43
# File 'lib/temporalio/client.rb', line 41

def connection
  @connection
end

#data_converterObject (readonly)

Returns the value of attribute data_converter

Returns:

  • (Object)

    the current value of data_converter



41
42
43
# File 'lib/temporalio/client.rb', line 41

def data_converter
  @data_converter
end

#default_workflow_query_reject_conditionObject (readonly)

Returns the value of attribute default_workflow_query_reject_condition

Returns:

  • (Object)

    the current value of default_workflow_query_reject_condition



41
42
43
# File 'lib/temporalio/client.rb', line 41

def default_workflow_query_reject_condition
  @default_workflow_query_reject_condition
end

#interceptorsObject (readonly)

Returns the value of attribute interceptors

Returns:

  • (Object)

    the current value of interceptors



41
42
43
# File 'lib/temporalio/client.rb', line 41

def interceptors
  @interceptors
end

#loggerObject (readonly)

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



41
42
43
# File 'lib/temporalio/client.rb', line 41

def logger
  @logger
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



41
42
43
# File 'lib/temporalio/client.rb', line 41

def namespace
  @namespace
end