Class: Perc::Application::Config
- Inherits:
-
Object
- Object
- Perc::Application::Config
- Defined in:
- lib/perc/application.rb
Defined Under Namespace
Classes: EnvironmentMissingError, FileMissingError
Instance Attribute Summary collapse
-
#autoload_paths ⇒ Object
Returns the value of attribute autoload_paths.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
25 26 27 |
# File 'lib/perc/application.rb', line 25 def initialize @autoload_paths = [] end |
Instance Attribute Details
#autoload_paths ⇒ Object
Returns the value of attribute autoload_paths.
23 24 25 |
# File 'lib/perc/application.rb', line 23 def autoload_paths @autoload_paths end |