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