Class: WackyCanvas::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/wacky_canvas/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject

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_namespaceObject

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_scopeObject

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_secretObject

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_pathObject

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_modelObject

Returns the value of attribute user_model.



3
4
5
# File 'lib/wacky_canvas/configuration.rb', line 3

def user_model
  @user_model
end