class GoogleCells::Configuration

Attributes

client_id[RW]
client_secret[RW]
key_file[RW]
key_secret[RW]
path_to_credentials_file[RW]
service_account_email[RW]

Public Class Methods

new() click to toggle source
# File lib/google_cells.rb, line 50
def initialize
  @key_secret = 'notasecret'

  @api_version = 'v2'
  @cached_api_file = "drive-#{@api_version}.cache"
end