Class: GoogleDriveV0::ClientLoginFetcher

Inherits:
BasicFetcher show all
Defined in:
lib/google_drive_v0/client_login_fetcher.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BasicFetcher

#request_raw

Constructor Details

#initialize(auth_tokens, proxy) ⇒ ClientLoginFetcher

Returns a new instance of ClientLoginFetcher.



11
12
13
14
# File 'lib/google_drive_v0/client_login_fetcher.rb', line 11

def initialize(auth_tokens, proxy)
  super(proxy)
  @auth_tokens = auth_tokens
end

Instance Attribute Details

#auth_tokensObject

Returns the value of attribute auth_tokens.



16
17
18
# File 'lib/google_drive_v0/client_login_fetcher.rb', line 16

def auth_tokens
  @auth_tokens
end