Class: Briefly::Rescues::Entry
- Inherits:
-
Struct
- Object
- Struct
- Briefly::Rescues::Entry
- Defined in:
- lib/briefly/rescues.rb
Overview
A single registration.
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
13 14 15 |
# File 'lib/briefly/rescues.rb', line 13 def handler @handler end |
#klass ⇒ Object
Returns the value of attribute klass
13 14 15 |
# File 'lib/briefly/rescues.rb', line 13 def klass @klass end |