Class: Crawlberg::SsrfPolicy
- Inherits:
-
Object
- Object
- Crawlberg::SsrfPolicy
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#deny_private ⇒ Boolean?
Returns the value of attribute deny_private.
-
#max_redirects ⇒ Integer?
Returns the value of attribute max_redirects.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ SsrfPolicy
constructor
A new instance of SsrfPolicy.
Constructor Details
#initialize ⇒ SsrfPolicy
Returns a new instance of SsrfPolicy.
468 |
# File 'sig/types.rbs', line 468
def initialize: (?deny_private: bool, ?max_redirects: Integer) -> void
|
Instance Attribute Details
#deny_private ⇒ Boolean?
Returns the value of attribute deny_private.
465 466 467 |
# File 'sig/types.rbs', line 465 def deny_private @deny_private end |
#max_redirects ⇒ Integer?
Returns the value of attribute max_redirects.
466 467 468 |
# File 'sig/types.rbs', line 466 def max_redirects @max_redirects end |