Class: Google::Configuration
- Inherits:
-
Object
- Object
- Google::Configuration
- Defined in:
- lib/gcal_unit/configuration.rb
Overview
Public: Holds the configuration options for accessing a Google API.
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#client_secret ⇒ Object
Returns the value of attribute client_secret.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
Instance Attribute Details
#api_key ⇒ Object
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_id ⇒ Object
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_secret ⇒ Object
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_token ⇒ Object
Returns the value of attribute refresh_token.
5 6 7 |
# File 'lib/gcal_unit/configuration.rb', line 5 def refresh_token @refresh_token end |