Class: Cbac::Config
- Inherits:
-
Object
- Object
- Cbac::Config
- Defined in:
- lib/cbac/config.rb
Overview
Class containing configuration options for the Cbac system. The following configuration options are supported: verbose. Determines whether or not to output results to the console. All outputs are processed as puts commands.
Class Attribute Summary collapse
-
.verbose ⇒ Object
Returns the value of attribute verbose.
Class Attribute Details
.verbose ⇒ Object
Returns the value of attribute verbose.
7 8 9 |
# File 'lib/cbac/config.rb', line 7 def verbose @verbose end |