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



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

def connection
  @connection
end

#data_converterObject (readonly)

Returns the value of attribute data_converter

Returns:

  • (Object)

    the current value of data_converter



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

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



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

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



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

def interceptors
  @interceptors
end

#loggerObject (readonly)

Returns the value of attribute logger

Returns:

  • (Object)

    the current value of logger



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

def logger
  @logger
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



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

def namespace
  @namespace
end

#pluginsObject (readonly)

Returns the value of attribute plugins

Returns:

  • (Object)

    the current value of plugins



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

def plugins
  @plugins
end