Class: AdminCore::Configuration
- Inherits:
-
Object
- Object
- AdminCore::Configuration
- Defined in:
- lib/admin_core/configuration.rb
Overview
Stores AdminCore configuration information.
Constant Summary collapse
- DEFAULT_MODULE_NAME =
'Admin'.freeze
Instance Attribute Summary collapse
-
#module_name ⇒ Object
Returns the value of attribute module_name.
-
#route_name_prefix ⇒ Object
Returns the value of attribute route_name_prefix.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#module_name ⇒ Object
Returns the value of attribute module_name.
6 7 8 |
# File 'lib/admin_core/configuration.rb', line 6 def module_name @module_name end |
#route_name_prefix ⇒ Object
Returns the value of attribute route_name_prefix.
6 7 8 |
# File 'lib/admin_core/configuration.rb', line 6 def route_name_prefix @route_name_prefix end |
#template ⇒ Object
Returns the value of attribute template.
6 7 8 |
# File 'lib/admin_core/configuration.rb', line 6 def template @template end |