Class: Briefly::ErrorRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Briefly::ErrorRegistry::Entry
- Defined in:
- lib/briefly/error_registry.rb
Overview
A single registration. names is nil for facade-wide/global handlers.
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#names ⇒ Object
Returns the value of attribute names.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
11 12 13 |
# File 'lib/briefly/error_registry.rb', line 11 def handler @handler end |
#klass ⇒ Object
Returns the value of attribute klass
11 12 13 |
# File 'lib/briefly/error_registry.rb', line 11 def klass @klass end |
#names ⇒ Object
Returns the value of attribute names
11 12 13 |
# File 'lib/briefly/error_registry.rb', line 11 def names @names end |