Sha256: 396eaa6d774d6efe38229f47983a4c54d2fe12c4ee5b7d92d5de33afb681f82d

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

# encoding: utf-8

module Backup
  module Encryptor
    class Base
      include Backup::CLI::Helpers
      include Backup::Configuration::Helpers

      ##
      # Logs a message to the console and log file to inform
      # the client that Backup is encrypting the archive
      def log!
        Logger.message "#{ self.class } started encrypting the archive."
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backup-3.0.20 lib/backup/encryptor/base.rb