Class: LicenseFinder::Logger
- Inherits:
-
Object
- Object
- LicenseFinder::Logger
- Defined in:
- lib/license_finder/logger.rb
Constant Summary collapse
- MODE_QUIET =
:quiet
- MODE_INFO =
:info
- MODE_DEBUG =
:debug
Instance Attribute Summary collapse
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
Instance Method Summary collapse
-
#initialize(mode = nil) ⇒ Logger
constructor
A new instance of Logger.
Constructor Details
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode.
9 10 11 |
# File 'lib/license_finder/logger.rb', line 9 def mode @mode end |