Class: Kitsune::Kit::StateStores::Store
- Inherits:
-
Object
- Object
- Kitsune::Kit::StateStores::Store
show all
- Defined in:
- lib/kitsune/kit/state_stores/store.rb
Instance Method Summary
collapse
Instance Method Details
#delete(environment) ⇒ Object
10
|
# File 'lib/kitsune/kit/state_stores/store.rb', line 10
def delete(environment) = raise NotImplementedError
|
#read(environment) ⇒ Object
7
|
# File 'lib/kitsune/kit/state_stores/store.rb', line 7
def read(environment) = raise NotImplementedError
|
#update(environment) ⇒ Object
8
|
# File 'lib/kitsune/kit/state_stores/store.rb', line 8
def update(environment) = raise NotImplementedError
|
#with_execution_lock(environment) ⇒ Object
11
|
# File 'lib/kitsune/kit/state_stores/store.rb', line 11
def with_execution_lock(environment) = raise NotImplementedError
|
#write(environment, state) ⇒ Object
9
|
# File 'lib/kitsune/kit/state_stores/store.rb', line 9
def write(environment, state) = raise NotImplementedError
|