Class: Xberg::ProxyConfig
- Inherits:
-
Object
- Object
- Xberg::ProxyConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#password ⇒ String?
readonly
Returns the value of attribute password.
-
#url ⇒ String
readonly
Returns the value of attribute url.
-
#username ⇒ String?
readonly
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.
2202 |
# File 'sig/types.rbs', line 2202
def initialize: (?url: String, ?username: String, ?password: String) -> void
|
Instance Attribute Details
#password ⇒ String? (readonly)
Returns the value of attribute password.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def password @password end |
#url ⇒ String (readonly)
Returns the value of attribute url.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def url @url end |
#username ⇒ String? (readonly)
Returns the value of attribute username.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def username @username end |