class GAReadonly::Configuration
Constants
- ANALYTICS
- API_SCOPE
- GOOGLE_URL
- VERSION
Attributes
analytics[RW]
api_scope[RW]
application_name[RW]
application_version[RW]
client[RW]
debug[RW]
discovered_api_name[RW]
discovered_api_version[RW]
google_url[RW]
id[RW]
issuer[RW]
key[RW]
signing_key[RW]
Public Class Methods
new()
click to toggle source
# File lib/gareadonly/configuration.rb, line 22 def initialize # Set up the defaults self.api_scope = API_SCOPE self.discovered_api_name = ANALYTICS self.discovered_api_version = VERSION self.analytics = "" self.client = "" self.google_url = GOOGLE_URL self.signing_key = "" end