Class: Temporalio::Internal::Bridge::Client::TLSOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/internal/bridge/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#client_certObject

Returns the value of attribute client_cert

Returns:

  • (Object)

    the current value of client_cert



23
24
25
# File 'lib/temporalio/internal/bridge/client.rb', line 23

def client_cert
  @client_cert
end

#client_private_keyObject

Returns the value of attribute client_private_key

Returns:

  • (Object)

    the current value of client_private_key



23
24
25
# File 'lib/temporalio/internal/bridge/client.rb', line 23

def client_private_key
  @client_private_key
end

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



23
24
25
# File 'lib/temporalio/internal/bridge/client.rb', line 23

def domain
  @domain
end

#server_root_ca_certObject

Returns the value of attribute server_root_ca_cert

Returns:

  • (Object)

    the current value of 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