class Google::Auth::Stores::FileTokenStore
def initialize options = {}
-
file(String, File) --
def initialize options = {} super() path = options[:file] @store = YAML::Store.new path end
file
(String, File)
--
def initialize options = {} super() path = options[:file] @store = YAML::Store.new path end