Class: Flickr::BaseTokenCache

Inherits:
APIBase
  • Object
show all
Defined in:
lib/flickr/token_cache.rb

Direct Known Subclasses

FileTokenCache

Instance Attribute Summary

Attributes inherited from APIBase

#flickr

Instance Method Summary collapse

Methods inherited from APIBase

#initialize

Constructor Details

This class inherits a constructor from Flickr::APIBase

Instance Method Details

#cache_token(token) ⇒ Object



9
10
11
# File 'lib/flickr/token_cache.rb', line 9

def cache_token(token)
  nil
end

#load_tokenObject



5
6
7
# File 'lib/flickr/token_cache.rb', line 5

def load_token
  nil
end