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