Skip to content

Instantly share code, notes, and snippets.

@AkashMartin1
Created June 30, 2015 11:55
Show Gist options
  • Save AkashMartin1/819a7f8599f19d8f6b41 to your computer and use it in GitHub Desktop.
Save AkashMartin1/819a7f8599f19d8f6b41 to your computer and use it in GitHub Desktop.
what is @gmail
@google_api_client = Google::APIClient.new(
application_name: 'Example',
application_version: '1.0.0Alpha'
)
@google_api_client.authorization.access_token = user.google_token
@gmail = @google_api_client.discovered_api('gmail', 'v1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment