Class: Xberg::SsrfPolicy
- Inherits:
-
Object
- Object
- Xberg::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.
Instance Method Summary collapse
-
#initialize ⇒ SsrfPolicy
constructor
A new instance of SsrfPolicy.
Constructor Details
#initialize ⇒ SsrfPolicy
Returns a new instance of SsrfPolicy.
2295 |
# File 'sig/types.rbs', line 2295
def initialize: (?deny_private: bool, ?max_redirects: Integer) -> void
|
Instance Attribute Details
#deny_private ⇒ Boolean?
Returns the value of attribute deny_private.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def deny_private @deny_private end |
#max_redirects ⇒ Integer?
Returns the value of attribute max_redirects.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def max_redirects @max_redirects end |