Class: Owasp::Configuration
- Inherits:
-
Object
- Object
- Owasp::Configuration
- Defined in:
- lib/esapi.rb
Overview
Configuration class
Instance Attribute Summary collapse
-
#encoder ⇒ Object
Returns the value of attribute encoder.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#get_encoder_class ⇒ Object
Get the encoder class anem.
-
#ids? ⇒ Boolean
Is intrustion detectione nabled?.
Instance Attribute Details
#encoder ⇒ Object
Returns the value of attribute encoder.
23 24 25 |
# File 'lib/esapi.rb', line 23 def encoder @encoder end |
#logger ⇒ Object
Returns the value of attribute logger.
23 24 25 |
# File 'lib/esapi.rb', line 23 def logger @logger end |
Instance Method Details
#get_encoder_class ⇒ Object
Get the encoder class anem
29 30 31 |
# File 'lib/esapi.rb', line 29 def get_encoder_class end |
#ids? ⇒ Boolean
Is intrustion detectione nabled?
25 26 27 |
# File 'lib/esapi.rb', line 25 def ids? return true end |