Class: PostgresqlBackup
- Inherits:
-
Object
- Object
- PostgresqlBackup
- Defined in:
- lib/postgresql_backup.rb
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
7 8 9 |
# File 'lib/postgresql_backup.rb', line 7 def configuration @configuration ||= Configuration.new end |
.configure {|configuration| ... } ⇒ Object
11 12 13 |
# File 'lib/postgresql_backup.rb', line 11 def configure yield(configuration) end |