Module: FoxPage::AppParts::Configuration

Extended by:
Base
Included in:
FoxPage::Application
Defined in:
lib/fox_page/app_parts/configuration.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

init, priority

Instance Attribute Details

#code_loaderObject (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

#configObject (readonly)

Returns the value of attribute config.



10
11
12
# File 'lib/fox_page/app_parts/configuration.rb', line 10

def config
  @config
end

#rootObject (readonly)

Returns the value of attribute root.



10
11
12
# File 'lib/fox_page/app_parts/configuration.rb', line 10

def root
  @root
end