Class: LogCleaner::Config
- Inherits:
-
Object
- Object
- LogCleaner::Config
- Defined in:
- lib/log_cleaner/config.rb
Overview
Config
Instance Attribute Summary collapse
-
#mask_fields ⇒ Object
Returns the value of attribute mask_fields.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
21 22 23 |
# File 'lib/log_cleaner/config.rb', line 21 def initialize @mask_fields = [] end |
Instance Attribute Details
#mask_fields ⇒ Object
Returns the value of attribute mask_fields.
19 20 21 |
# File 'lib/log_cleaner/config.rb', line 19 def mask_fields @mask_fields end |