Class: Temporalio::Internal::Bridge::Client::Options
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Client::Options
- Defined in:
- lib/temporalio/internal/bridge/client.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#client_name ⇒ Object
Returns the value of attribute client_name.
-
#client_version ⇒ Object
Returns the value of attribute client_version.
-
#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.
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_retry ⇒ Object
Returns the value of attribute rpc_retry.
-
#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
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def api_key @api_key end |
#client_name ⇒ Object
Returns the value of attribute client_name
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def client_name @client_name end |
#client_version ⇒ Object
Returns the value of attribute client_version
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def client_version @client_version end |
#http_connect_proxy ⇒ Object
Returns the value of attribute http_connect_proxy
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def http_connect_proxy @http_connect_proxy end |
#identity ⇒ Object
Returns the value of attribute identity
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def identity @identity end |
#keep_alive ⇒ Object
Returns the value of attribute keep_alive
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def keep_alive @keep_alive end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def @rpc_metadata end |
#rpc_retry ⇒ Object
Returns the value of attribute rpc_retry
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def rpc_retry @rpc_retry end |
#target_host ⇒ Object
Returns the value of attribute target_host
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def target_host @target_host end |
#tls ⇒ Object
Returns the value of attribute tls
9 10 11 |
# File 'lib/temporalio/internal/bridge/client.rb', line 9 def tls @tls end |