Class: Temporalio::Internal::Bridge::Client::TLSOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Client::TLSOptions
- Defined in:
- lib/temporalio/internal/bridge/client.rb
Instance Attribute Summary collapse
-
#client_cert ⇒ Object
Returns the value of attribute client_cert.
-
#client_private_key ⇒ Object
Returns the value of attribute client_private_key.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#server_root_ca_cert ⇒ Object
Returns the value of attribute server_root_ca_cert.
Instance Attribute Details
#client_cert ⇒ Object
Returns the value of attribute client_cert
23 24 25 |
# File 'lib/temporalio/internal/bridge/client.rb', line 23 def client_cert @client_cert end |
#client_private_key ⇒ Object
Returns the value of attribute client_private_key
23 24 25 |
# File 'lib/temporalio/internal/bridge/client.rb', line 23 def client_private_key @client_private_key end |
#domain ⇒ Object
Returns the value of attribute domain
23 24 25 |
# File 'lib/temporalio/internal/bridge/client.rb', line 23 def domain @domain end |
#server_root_ca_cert ⇒ Object
Returns the value of attribute server_root_ca_cert
23 24 25 |
# File 'lib/temporalio/internal/bridge/client.rb', line 23 def server_root_ca_cert @server_root_ca_cert end |