Class: Braai::Configuration
- Inherits:
-
Object
- Object
- Braai::Configuration
- Defined in:
- lib/braai/configuration.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#swallow_matcher_errors ⇒ Object
Returns the value of attribute swallow_matcher_errors.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/braai/configuration.rb', line 3 def logger @logger end |
#swallow_matcher_errors ⇒ Object
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 |