Class: Braai::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



6
7
8
# File 'lib/braai/configuration.rb', line 6

def initialize
  self.swallow_matcher_errors = true
end

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



3
4
5
# File 'lib/braai/configuration.rb', line 3

def logger
  @logger
end

#swallow_matcher_errorsObject

Returns the value of attribute swallow_matcher_errors.



4
5
6
# File 'lib/braai/configuration.rb', line 4

def swallow_matcher_errors
  @swallow_matcher_errors
end