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.
2203 |
# File 'sig/types.rbs', line 2203
def initialize: (?deny_private: bool, ?max_redirects: Integer) -> void
|
Instance Attribute Details
#deny_private ⇒ Boolean?
Returns the value of attribute deny_private.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def deny_private @deny_private end |
#max_redirects ⇒ Integer?
Returns the value of attribute max_redirects.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def max_redirects @max_redirects end |