Class: Boomloop::Authentication::Store::Base
- Inherits:
-
Object
- Object
- Boomloop::Authentication::Store::Base
- Defined in:
- lib/boomloop/authentication/store/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#update(credentials) ⇒ Object
5 6 7 |
# File 'lib/boomloop/authentication/store/base.rb', line 5 def update(credentials) raise NotImplementedError.new("where's me store!") end |