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.
11 12 13 |
# File 'lib/license_finder/logger.rb', line 11 def mode @mode end |