Class: Google::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/gcal_unit/configuration.rb

Overview

Public: Holds the configuration options for accessing a Google API.

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



5
6
7
# File 'lib/gcal_unit/configuration.rb', line 5

def api_key
  @api_key
end

#client_idObject

Returns the value of attribute client_id.



5
6
7
# File 'lib/gcal_unit/configuration.rb', line 5

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret.



5
6
7
# File 'lib/gcal_unit/configuration.rb', line 5

def client_secret
  @client_secret
end

#refresh_tokenObject

Returns the value of attribute refresh_token.



5
6
7
# File 'lib/gcal_unit/configuration.rb', line 5

def refresh_token
  @refresh_token
end