Class: Coradoc::Mirror::HandlerRegistry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/coradoc/mirror/handler_registry.rb

Overview

Structured entry for a registered handler.

Instance Attribute Summary collapse

Instance Attribute Details

#concatObject

Returns the value of attribute concat

Returns:

  • (Object)

    the current value of concat



21
22
23
# File 'lib/coradoc/mirror/handler_registry.rb', line 21

def concat
  @concat
end

#extra_kwargsObject

Returns the value of attribute extra_kwargs

Returns:

  • (Object)

    the current value of extra_kwargs



21
22
23
# File 'lib/coradoc/mirror/handler_registry.rb', line 21

def extra_kwargs
  @extra_kwargs
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



21
22
23
# File 'lib/coradoc/mirror/handler_registry.rb', line 21

def handler
  @handler
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



21
22
23
# File 'lib/coradoc/mirror/handler_registry.rb', line 21

def method_name
  @method_name
end