Class: FmRest::TokenStore::Null
- Inherits:
-
Base
- Object
- Base
- FmRest::TokenStore::Null
show all
- Defined in:
- lib/fmrest/token_store/null.rb
Instance Attribute Summary
Attributes inherited from Base
#options
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#delete(key) ⇒ Object
6
|
# File 'lib/fmrest/token_store/null.rb', line 6
def delete(key); end
|
#load(key) ⇒ Object
7
|
# File 'lib/fmrest/token_store/null.rb', line 7
def load(key); end
|
#store(key, value) ⇒ Object
8
|
# File 'lib/fmrest/token_store/null.rb', line 8
def store(key, value); end
|