Class: Temporalio::Client::Connection::Options
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Connection::Options
- Defined in:
- lib/temporalio/client/connection.rb,
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
readonly
Returns the value of attribute api_key.
-
#http_connect_proxy ⇒ Object
readonly
Returns the value of attribute http_connect_proxy.
-
#identity ⇒ Object
readonly
Returns the value of attribute identity.
-
#keep_alive ⇒ Object
readonly
Returns the value of attribute keep_alive.
-
#lazy_connect ⇒ Object
readonly
Returns the value of attribute lazy_connect.
-
#rpc_metadata ⇒ Object
readonly
Returns the value of attribute rpc_metadata.
-
#rpc_retry ⇒ Object
readonly
Returns the value of attribute rpc_retry.
-
#runtime ⇒ Object
readonly
Returns the value of attribute runtime.
-
#target_host ⇒ Object
readonly
Returns the value of attribute target_host.
-
#tls ⇒ Object
readonly
Returns the value of attribute tls.
Instance Attribute Details
#api_key ⇒ Object (readonly)
Returns the value of attribute api_key
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def api_key @api_key end |
#http_connect_proxy ⇒ Object (readonly)
Returns the value of attribute http_connect_proxy
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def http_connect_proxy @http_connect_proxy end |
#identity ⇒ Object (readonly)
Returns the value of attribute identity
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def identity @identity end |
#keep_alive ⇒ Object (readonly)
Returns the value of attribute keep_alive
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def keep_alive @keep_alive end |
#lazy_connect ⇒ Object (readonly)
Returns the value of attribute lazy_connect
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def lazy_connect @lazy_connect end |
#rpc_metadata ⇒ Object (readonly)
Returns the value of attribute rpc_metadata
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def end |
#rpc_retry ⇒ Object (readonly)
Returns the value of attribute rpc_retry
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def rpc_retry @rpc_retry end |
#runtime ⇒ Object (readonly)
Returns the value of attribute runtime
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def runtime @runtime end |
#target_host ⇒ Object (readonly)
Returns the value of attribute target_host
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def target_host @target_host end |
#tls ⇒ Object (readonly)
Returns the value of attribute tls
17 18 19 |
# File 'lib/temporalio/client/connection.rb', line 17 def tls @tls end |