Module: BackupStorage

Extended by:
ActiveSupport::Autoload
Defined in:
lib/backup_storage.rb,
lib/backup_storage/engine.rb,
lib/backup_storage/version.rb,
lib/backup_storage/gem_version.rb

Defined Under Namespace

Modules: VERSION Classes: Attached, Attachment, Blob, Engine, Filename, IntegrityError, LogSubscriber, PurgeJob, Service, Variant, Variation

Class Method Summary collapse

Class Method Details

.gem_versionObject

Returns the version of the currently loaded Backup Storage as a Gem::Version



3
4
5
# File 'lib/backup_storage/gem_version.rb', line 3

def self.gem_version
  Gem::Version.new VERSION::STRING
end

.versionObject

Returns the version of the currently loaded BackupStorage as a Gem::Version



5
6
7
# File 'lib/backup_storage/version.rb', line 5

def self.version
  gem_version
end