Class: WackyCanvas::Configuration
- Inherits:
-
Object
- Object
- WackyCanvas::Configuration
- Defined in:
- lib/wacky_canvas/configuration.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_namespace ⇒ Object
Returns the value of attribute app_namespace.
-
#app_scope ⇒ Object
Returns the value of attribute app_scope.
-
#app_secret ⇒ Object
Returns the value of attribute app_secret.
-
#redirect_path ⇒ Object
Returns the value of attribute redirect_path.
-
#user_model ⇒ Object
Returns the value of attribute user_model.
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
3 4 5 |
# File 'lib/wacky_canvas/configuration.rb', line 3 def app_id @app_id end |
#app_namespace ⇒ Object
Returns the value of attribute app_namespace.
3 4 5 |
# File 'lib/wacky_canvas/configuration.rb', line 3 def app_namespace @app_namespace end |
#app_scope ⇒ Object
Returns the value of attribute app_scope.
3 4 5 |
# File 'lib/wacky_canvas/configuration.rb', line 3 def app_scope @app_scope end |
#app_secret ⇒ Object
Returns the value of attribute app_secret.
3 4 5 |
# File 'lib/wacky_canvas/configuration.rb', line 3 def app_secret @app_secret end |
#redirect_path ⇒ Object
Returns the value of attribute redirect_path.
3 4 5 |
# File 'lib/wacky_canvas/configuration.rb', line 3 def redirect_path @redirect_path end |
#user_model ⇒ Object
Returns the value of attribute user_model.
3 4 5 |
# File 'lib/wacky_canvas/configuration.rb', line 3 def user_model @user_model end |