Module: FoxPage::AppParts::Configuration
- Extended by:
- Base
- Included in:
- FoxPage::Application
- Defined in:
- lib/fox_page/app_parts/configuration.rb
Instance Attribute Summary collapse
-
#code_loader ⇒ Object
readonly
Returns the value of attribute code_loader.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Method Summary
Methods included from Base
Instance Attribute Details
#code_loader ⇒ Object (readonly)
Returns the value of attribute code_loader.
10 11 12 |
# File 'lib/fox_page/app_parts/configuration.rb', line 10 def code_loader @code_loader end |
#config ⇒ Object (readonly)
Returns the value of attribute config.
10 11 12 |
# File 'lib/fox_page/app_parts/configuration.rb', line 10 def config @config end |
#root ⇒ Object (readonly)
Returns the value of attribute root.
10 11 12 |
# File 'lib/fox_page/app_parts/configuration.rb', line 10 def root @root end |