Class: Backup::Logger::Config::Logger
- Inherits:
-
Struct
- Object
- Struct
- Backup::Logger::Config::Logger
- Defined in:
- lib/backup/logger.rb
Instance Attribute Summary collapse
-
#class ⇒ Object
Returns the value of attribute class.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#class ⇒ Object
Returns the value of attribute class
12 13 14 |
# File 'lib/backup/logger.rb', line 12 def class @class end |
#options ⇒ Object
Returns the value of attribute options
12 13 14 |
# File 'lib/backup/logger.rb', line 12 def @options end |
Instance Method Details
#enabled? ⇒ Boolean
13 14 15 |
# File 'lib/backup/logger.rb', line 13 def enabled? .enabled? end |