Class: Briefly::Rescues::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/briefly/rescues.rb

Overview

A single registration.

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



13
14
15
# File 'lib/briefly/rescues.rb', line 13

def handler
  @handler
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



13
14
15
# File 'lib/briefly/rescues.rb', line 13

def klass
  @klass
end