Class: Temporalio::Internal::Bridge::Client::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

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_nameObject

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_versionObject

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_proxyObject

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

#identityObject

Returns the value of attribute identity



9
10
11
# File 'lib/temporalio/internal/bridge/client.rb', line 9

def identity
  @identity
end

#keep_aliveObject

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_metadataObject

Returns the value of attribute rpc_metadata



9
10
11
# File 'lib/temporalio/internal/bridge/client.rb', line 9

def 
  
end

#rpc_retryObject

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_hostObject

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

#tlsObject

Returns the value of attribute tls



9
10
11
# File 'lib/temporalio/internal/bridge/client.rb', line 9

def tls
  @tls
end