Sha256: 8d6e3d77aba0d222ff0da7b793013171c331535175778f66dbd8f23ac287bfa7
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Database class Base < Configuration::Base class << self ## # Allows the user to specify the path to a "dump" utility # in case it cannot be auto-detected by Backup # [DEPRECATED] - use <utility_name>_utility methods attr_accessor :utility_path end end end end end
Version data entries
4 entries across 4 versions & 2 rubygems