Sha256: 36420f499ecfcef2472410d118851204ba8e981a1a6a140af04b84d9de0b7e29
Contents?: true
Size: 363 Bytes
Versions: 25
Compression:
Stored size: 363 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Database class Base < Backup::Configuration::Base class << self ## # Allows the user to specify the path to a "dump" utility # in case it cannot be auto-detected by Backup attr_accessor :utility_path end end end end end
Version data entries
25 entries across 25 versions & 3 rubygems