Class: Owasp::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/esapi.rb

Overview

Configuration class

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#encoderObject

Returns the value of attribute encoder.



23
24
25
# File 'lib/esapi.rb', line 23

def encoder
  @encoder
end

#loggerObject

Returns the value of attribute logger.



23
24
25
# File 'lib/esapi.rb', line 23

def logger
  @logger
end

Instance Method Details

#get_encoder_classObject

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?

Returns:

  • (Boolean)


25
26
27
# File 'lib/esapi.rb', line 25

def ids?
  return true
end