Class: Crawlberg::ProxyConfig
- Inherits:
-
Object
- Object
- Crawlberg::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.
416 |
# File 'sig/types.rbs', line 416
def initialize: (?url: String, ?username: String, ?password: String) -> void
|
Instance Attribute Details
#password ⇒ String? (readonly)
Returns the value of attribute password.
414 415 416 |
# File 'sig/types.rbs', line 414 def password @password end |
#url ⇒ String (readonly)
Returns the value of attribute url.
412 413 414 |
# File 'sig/types.rbs', line 412 def url @url end |
#username ⇒ String? (readonly)
Returns the value of attribute username.
413 414 415 |
# File 'sig/types.rbs', line 413 def username @username end |