module SimpleGoogleDrive
Constants
- API_BASE_URL
- API_HOST
- API_UPLOAD_URL
- API_VERSION
- VERSION
Public Class Methods
new(oauth2_access_token)
click to toggle source
# File lib/simple_google_drive.rb, line 17 def self.new(oauth2_access_token) Client.new(oauth2_access_token) end