Class: Perc::Application::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/perc/application.rb

Defined Under Namespace

Classes: EnvironmentMissingError, FileMissingError

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

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_pathsObject

Returns the value of attribute autoload_paths.



23
24
25
# File 'lib/perc/application.rb', line 23

def autoload_paths
  @autoload_paths
end