Module: Bail::Configuration
- Included in:
- Bail
- Defined in:
- lib/bail/configuration.rb
Instance Attribute Summary collapse
-
#behavior ⇒ Object
Returns the value of attribute behavior.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#suppress_output ⇒ Object
Returns the value of attribute suppress_output.
Instance Attribute Details
#behavior ⇒ Object
Returns the value of attribute behavior.
5 6 7 |
# File 'lib/bail/configuration.rb', line 5 def behavior @behavior end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/bail/configuration.rb', line 3 def logger @logger end |
#suppress_output ⇒ Object
Returns the value of attribute suppress_output.
4 5 6 |
# File 'lib/bail/configuration.rb', line 4 def suppress_output @suppress_output end |