Class: ZaiPayment::Auth::TokenStore
- Inherits:
-
Object
- Object
- ZaiPayment::Auth::TokenStore
show all
- Defined in:
- lib/zai_payment/auth/token_store.rb
Defined Under Namespace
Classes: Token
Instance Method Summary
collapse
Instance Method Details
#clear ⇒ Object
10
|
# File 'lib/zai_payment/auth/token_store.rb', line 10
def clear = raise(NotImplementedError)
|
#fetch ⇒ Object
8
|
# File 'lib/zai_payment/auth/token_store.rb', line 8
def fetch = raise(NotImplementedError)
|
#write(token) ⇒ Object
9
|
# File 'lib/zai_payment/auth/token_store.rb', line 9
def write(token) = raise(NotImplementedError)
|