Module: SafetyNetHeroku
- Defined in:
- lib/safety_net_heroku.rb,
lib/safety_net_heroku/version.rb,
lib/safety_net_heroku/backup_database_worker.rb
Defined Under Namespace
Classes: BackupDatabaseWorker
Constant Summary collapse
- VERSION =
"1.0.8"
Class Method Summary collapse
Class Method Details
.config ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/safety_net_heroku.rb', line 5 def self.config @config ||= { :database_name => nil, :aws_region => nil, :aws_bucket => nil, :aws_backups_directory => nil } end |