Class: Bumbleworks::HashStorage

Inherits:
StorageAdapter show all
Defined in:
lib/bumbleworks/hash_storage.rb

Class Method Summary collapse

Methods inherited from StorageAdapter

auto_register?, display_name, new_storage, use?, wrap_storage_with_driver

Class Method Details

.allow_history_storage?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'lib/bumbleworks/hash_storage.rb', line 14

def allow_history_storage?
  false
end

.driverObject



6
7
8
# File 'lib/bumbleworks/hash_storage.rb', line 6

def driver
  ::Ruote::HashStorage
end

.storage_classObject



10
11
12
# File 'lib/bumbleworks/hash_storage.rb', line 10

def storage_class
  Hash
end