Class: Xberg::ProxyConfig
- Inherits:
-
Object
- Object
- Xberg::ProxyConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#password ⇒ String?
Returns the value of attribute password.
-
#url ⇒ String?
Returns the value of attribute url.
-
#username ⇒ String?
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize ⇒ ProxyConfig
constructor
A new instance of ProxyConfig.
Constructor Details
#initialize ⇒ ProxyConfig
Returns a new instance of ProxyConfig.
2101 |
# File 'sig/types.rbs', line 2101
def initialize: (?url: String, ?username: String, ?password: String) -> void
|
Instance Attribute Details
#password ⇒ String?
Returns the value of attribute password.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def password @password end |
#url ⇒ String?
Returns the value of attribute url.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def url @url end |
#username ⇒ String?
Returns the value of attribute username.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def username @username end |