Class: Temporalio::Client::Connection::Options
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Connection::Options
- Defined in:
- lib/temporalio/client/connection.rb
Overview
Options as returned from #options for **to_h splat use in #initialize. See #initialize for details.
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#http_connect_proxy ⇒ Object
Returns the value of attribute http_connect_proxy.
-
#identity ⇒ Object
Returns the value of attribute identity.
-
#keep_alive ⇒ Object
Returns the value of attribute keep_alive.
-
#lazy_connect ⇒ Object
Returns the value of attribute lazy_connect.
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_retry ⇒ Object
Returns the value of attribute rpc_retry.
-
#runtime ⇒ Object
Returns the value of attribute runtime.
-
#target_host ⇒ Object
Returns the value of attribute target_host.
-
#tls ⇒ Object
Returns the value of attribute tls.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def api_key @api_key end |
#http_connect_proxy ⇒ Object
Returns the value of attribute http_connect_proxy
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def http_connect_proxy @http_connect_proxy end |
#identity ⇒ Object
Returns the value of attribute identity
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def identity @identity end |
#keep_alive ⇒ Object
Returns the value of attribute keep_alive
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def keep_alive @keep_alive end |
#lazy_connect ⇒ Object
Returns the value of attribute lazy_connect
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def lazy_connect @lazy_connect end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def @rpc_metadata end |
#rpc_retry ⇒ Object
Returns the value of attribute rpc_retry
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def rpc_retry @rpc_retry end |
#runtime ⇒ Object
Returns the value of attribute runtime
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def runtime @runtime end |
#target_host ⇒ Object
Returns the value of attribute target_host
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def target_host @target_host end |
#tls ⇒ Object
Returns the value of attribute tls
18 19 20 |
# File 'lib/temporalio/client/connection.rb', line 18 def tls @tls end |