Sha256: 0a02c3cf34730831af84118e357781504cfbfd66c04119a3cb742602dbe7a3fd
Contents?: true
Size: 198 Bytes
Versions: 8
Compression:
Stored size: 198 Bytes
Contents
module Postgres module Vacuum class Configuration attr_accessor :monitor_reporter_class_name def initialize @monitor_reporter_class_name = nil end end end end
Version data entries
8 entries across 8 versions & 1 rubygems