Class: Kitsune::Kit::StateStores::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/kitsune/kit/state_stores/store.rb

Instance Method Summary collapse

Instance Method Details

#delete(environment) ⇒ Object

Raises:

  • (NotImplementedError)


10
# File 'lib/kitsune/kit/state_stores/store.rb', line 10

def delete(environment) = raise NotImplementedError

#read(environment) ⇒ Object

Raises:

  • (NotImplementedError)


7
# File 'lib/kitsune/kit/state_stores/store.rb', line 7

def read(environment) = raise NotImplementedError

#update(environment) ⇒ Object

Raises:

  • (NotImplementedError)


8
# File 'lib/kitsune/kit/state_stores/store.rb', line 8

def update(environment) = raise NotImplementedError

#with_execution_lock(environment) ⇒ Object

Raises:

  • (NotImplementedError)


11
# File 'lib/kitsune/kit/state_stores/store.rb', line 11

def with_execution_lock(environment) = raise NotImplementedError

#write(environment, state) ⇒ Object

Raises:

  • (NotImplementedError)


9
# File 'lib/kitsune/kit/state_stores/store.rb', line 9

def write(environment, state) = raise NotImplementedError