Class: BetterAuth::Logger::Internal
- Inherits:
-
Struct
- Object
- Struct
- BetterAuth::Logger::Internal
- Defined in:
- lib/better_auth/logger.rb
Instance Attribute Summary collapse
-
#disabled ⇒ Object
Returns the value of attribute disabled.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#level ⇒ Object
Returns the value of attribute level.
Instance Attribute Details
#disabled ⇒ Object
Returns the value of attribute disabled
7 8 9 |
# File 'lib/better_auth/logger.rb', line 7 def disabled @disabled end |
#handler ⇒ Object
Returns the value of attribute handler
7 8 9 |
# File 'lib/better_auth/logger.rb', line 7 def handler @handler end |
#level ⇒ Object
Returns the value of attribute level
7 8 9 |
# File 'lib/better_auth/logger.rb', line 7 def level @level end |