Class: Temporalio::Client::Options
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Options
- 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
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#data_converter ⇒ Object
Returns the value of attribute data_converter.
-
#default_workflow_query_reject_condition ⇒ Object
Returns the value of attribute default_workflow_query_reject_condition.
-
#interceptors ⇒ Object
Returns the value of attribute interceptors.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
Instance Attribute Details
#connection ⇒ Object
Returns the value of attribute connection
34 35 36 |
# File 'lib/temporalio/client.rb', line 34 def connection @connection end |
#data_converter ⇒ Object
Returns the value of attribute data_converter
34 35 36 |
# File 'lib/temporalio/client.rb', line 34 def data_converter @data_converter end |
#default_workflow_query_reject_condition ⇒ Object
Returns the value of attribute 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 |
#interceptors ⇒ Object
Returns the value of attribute interceptors
34 35 36 |
# File 'lib/temporalio/client.rb', line 34 def interceptors @interceptors end |
#logger ⇒ Object
Returns the value of attribute logger
34 35 36 |
# File 'lib/temporalio/client.rb', line 34 def logger @logger end |
#namespace ⇒ Object
Returns the value of attribute namespace
34 35 36 |
# File 'lib/temporalio/client.rb', line 34 def namespace @namespace end |