Class: Briefly::ErrorRegistry::Entry

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

Overview

A single registration. names is nil for facade-wide/global handlers.

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



11
12
13
# File 'lib/briefly/error_registry.rb', line 11

def handler
  @handler
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



11
12
13
# File 'lib/briefly/error_registry.rb', line 11

def klass
  @klass
end

#namesObject

Returns the value of attribute names

Returns:

  • (Object)

    the current value of names



11
12
13
# File 'lib/briefly/error_registry.rb', line 11

def names
  @names
end