Class: Paraxial::Configuration
- Inherits:
-
Object
- Object
- Paraxial::Configuration
- Defined in:
- lib/paraxial.rb
Instance Attribute Summary collapse
-
#disable_http_tick ⇒ Object
Returns the value of attribute disable_http_tick.
-
#exploit_guard ⇒ Object
Returns the value of attribute exploit_guard.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
190 191 192 193 |
# File 'lib/paraxial.rb', line 190 def initialize @exploit_guard = nil @disable_http_tick = nil end |
Instance Attribute Details
#disable_http_tick ⇒ Object
Returns the value of attribute disable_http_tick.
188 189 190 |
# File 'lib/paraxial.rb', line 188 def disable_http_tick @disable_http_tick end |
#exploit_guard ⇒ Object
Returns the value of attribute exploit_guard.
187 188 189 |
# File 'lib/paraxial.rb', line 187 def exploit_guard @exploit_guard end |