Class: Temporalio::Internal::Bridge::Client::HTTPConnectProxyOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#basic_auth_passObject

Returns the value of attribute basic_auth_pass

Returns:

  • (Object)

    the current value of basic_auth_pass



47
48
49
# File 'lib/temporalio/internal/bridge/client.rb', line 47

def basic_auth_pass
  @basic_auth_pass
end

#basic_auth_userObject

Returns the value of attribute basic_auth_user

Returns:

  • (Object)

    the current value of basic_auth_user



47
48
49
# File 'lib/temporalio/internal/bridge/client.rb', line 47

def basic_auth_user
  @basic_auth_user
end

#target_hostObject

Returns the value of attribute target_host

Returns:

  • (Object)

    the current value of target_host



47
48
49
# File 'lib/temporalio/internal/bridge/client.rb', line 47

def target_host
  @target_host
end