Class: Kosmos::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



49
50
51
52
# File 'lib/kosmos.rb', line 49

def initialize
  @verbose = false
  @post_processors = [Kosmos::PostProcessors::ModuleManagerResolver]
end

Instance Attribute Details

#post_processorsObject

Returns the value of attribute post_processors.



47
48
49
# File 'lib/kosmos.rb', line 47

def post_processors
  @post_processors
end

#verboseObject

Returns the value of attribute verbose.



47
48
49
# File 'lib/kosmos.rb', line 47

def verbose
  @verbose
end