Class: Cbac::Config

Inherits:
Object
  • Object
show all
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

Class Attribute Details

.verboseObject

Returns the value of attribute verbose.



7
8
9
# File 'lib/cbac/config.rb', line 7

def verbose
  @verbose
end