Class: Temporalio::Internal::Bridge::Client::HTTPConnectProxyOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Client::HTTPConnectProxyOptions
- Defined in:
- lib/temporalio/internal/bridge/client.rb
Instance Attribute Summary collapse
-
#basic_auth_pass ⇒ Object
Returns the value of attribute basic_auth_pass.
-
#basic_auth_user ⇒ Object
Returns the value of attribute basic_auth_user.
-
#target_host ⇒ Object
Returns the value of attribute target_host.
Instance Attribute Details
#basic_auth_pass ⇒ Object
Returns the value of attribute 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_user ⇒ Object
Returns the value of attribute basic_auth_user
47 48 49 |
# File 'lib/temporalio/internal/bridge/client.rb', line 47 def basic_auth_user @basic_auth_user end |
#target_host ⇒ Object
Returns the value of attribute target_host
47 48 49 |
# File 'lib/temporalio/internal/bridge/client.rb', line 47 def target_host @target_host end |