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

Returns:

  • (Object)

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

Returns:

  • (Object)

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

Returns:

  • (Object)

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

Returns:

  • (Object)

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

Returns:

  • (Object)

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

Returns:

  • (Object)

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

Returns:

  • (Object)

    the current value of rpc_metadata



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

def 
  @rpc_metadata
end

#rpc_retryObject

Returns the value of attribute rpc_retry

Returns:

  • (Object)

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

Returns:

  • (Object)

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

Returns:

  • (Object)

    the current value of tls



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

def tls
  @tls
end