Class: GoogleDriveV0::OAuth2Fetcher

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

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from BasicFetcher

#request_raw

Constructor Details

#initialize(auth_token, proxy) ⇒ OAuth2Fetcher

Returns a new instance of OAuth2Fetcher.



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

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