Class: Warden::GoogleApps::Rails::Config
- Inherits:
-
Object
- Object
- Warden::GoogleApps::Rails::Config
- Defined in:
- lib/warden/googleapps/rails/config.rb
Instance Attribute Summary collapse
-
#google_apps_domain ⇒ Object
Returns the value of attribute google_apps_domain.
-
#google_apps_endpoint ⇒ Object
Returns the value of attribute google_apps_endpoint.
-
#google_apps_redirect_url ⇒ Object
Returns the value of attribute google_apps_redirect_url.
Instance Attribute Details
#google_apps_domain ⇒ Object
Returns the value of attribute google_apps_domain.
5 6 7 |
# File 'lib/warden/googleapps/rails/config.rb', line 5 def google_apps_domain @google_apps_domain end |
#google_apps_endpoint ⇒ Object
Returns the value of attribute google_apps_endpoint.
5 6 7 |
# File 'lib/warden/googleapps/rails/config.rb', line 5 def google_apps_endpoint @google_apps_endpoint end |
#google_apps_redirect_url ⇒ Object
Returns the value of attribute google_apps_redirect_url.
5 6 7 |
# File 'lib/warden/googleapps/rails/config.rb', line 5 def google_apps_redirect_url @google_apps_redirect_url end |