Class: Postgres::Vacuum::Configuration
- Inherits:
-
Object
- Object
- Postgres::Vacuum::Configuration
- Defined in:
- lib/postgres/vacuum/configuration.rb
Instance Attribute Summary collapse
-
#monitor_reporter_class_name ⇒ Object
Returns the value of attribute monitor_reporter_class_name.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 |
# File 'lib/postgres/vacuum/configuration.rb', line 6 def initialize @monitor_reporter_class_name = nil end |
Instance Attribute Details
#monitor_reporter_class_name ⇒ Object
Returns the value of attribute monitor_reporter_class_name.
4 5 6 |
# File 'lib/postgres/vacuum/configuration.rb', line 4 def monitor_reporter_class_name @monitor_reporter_class_name end |