Class: Postgres::Vacuum::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/postgres/vacuum/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_nameObject

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