module RdsDbBackup::Concerns::Resources
Private Instance Methods
config()
click to toggle source
# File lib/rds_db_backup/concerns/resources.rb, line 12 def config @config ||= RdsDbBackup.config end
shell()
click to toggle source
# File lib/rds_db_backup/concerns/resources.rb, line 16 def shell @shell ||= Shell.new end
time()
click to toggle source
# File lib/rds_db_backup/concerns/resources.rb, line 20 def time Time.now end