module FmRest::TokenStore::Null

Public Instance Methods

delete(key) click to toggle source
# File lib/fmrest/token_store/null.rb, line 10
def delete(key)
end
load(key) click to toggle source
# File lib/fmrest/token_store/null.rb, line 13
def load(key)
end
store(key, value) click to toggle source
# File lib/fmrest/token_store/null.rb, line 16
def store(key, value)
end