Class: HealthMonitor::Providers::FileAbsence::Configuration
- Inherits:
-
Base::Configuration
- Object
- Base::Configuration
- HealthMonitor::Providers::FileAbsence::Configuration
- Defined in:
- lib/health_monitor/providers/file_absence.rb
Constant Summary collapse
- DEFAULT_FILENAME =
nil
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
Attributes inherited from Base::Configuration
Instance Method Summary collapse
-
#initialize(provider) ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize(provider) ⇒ Configuration
Returns a new instance of Configuration.
14 15 16 17 18 |
# File 'lib/health_monitor/providers/file_absence.rb', line 14 def initialize(provider) super(provider) @filename = DEFAULT_FILENAME end |
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename.
12 13 14 |
# File 'lib/health_monitor/providers/file_absence.rb', line 12 def filename @filename end |