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