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
-
.gem_version ⇒ Object
Returns the version of the currently loaded Backup Storage as a
Gem::Version. -
.version ⇒ Object
Returns the version of the currently loaded BackupStorage as a
Gem::Version.
Class Method Details
.gem_version ⇒ Object
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 |
.version ⇒ Object
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 |