class BiolaFrontendToolkit::Configuration
Attributes
app_links[RW]
app_name[RW]
app_version[RW]
ga_account[RW]
ga_domain[RW]
ga_enabled[RW]
profile_links[RW]
relative_root[RW]
release_phase[RW]
Public Class Methods
new()
click to toggle source
# File lib/biola_frontend_toolkit/configuration.rb, line 13 def initialize @app_name = 'App Name' @app_version = '' @relative_root = '/' @app_links = [] @profile_links = [] # Google Analytics @ga_account = '' @ga_domain = 'biola.edu' @ga_enabled = false end