Class: Boomloop::Authentication::Store::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/boomloop/authentication/store/base.rb

Direct Known Subclasses

YAMLStore

Instance Method Summary collapse

Instance Method Details

#update(credentials) ⇒ Object

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/boomloop/authentication/store/base.rb', line 5

def update(credentials)
  raise NotImplementedError.new("where's me store!")
end