Class: Docbook::Mirror::HandlerRegistry::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#concatObject

Returns the value of attribute concat

Returns:

  • (Object)

    the current value of concat



17
18
19
# File 'lib/docbook/mirror/handler_registry.rb', line 17

def concat
  @concat
end

#extra_kwargsObject

Returns the value of attribute extra_kwargs

Returns:

  • (Object)

    the current value of extra_kwargs



17
18
19
# File 'lib/docbook/mirror/handler_registry.rb', line 17

def extra_kwargs
  @extra_kwargs
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



17
18
19
# File 'lib/docbook/mirror/handler_registry.rb', line 17

def handler
  @handler
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



17
18
19
# File 'lib/docbook/mirror/handler_registry.rb', line 17

def method_name
  @method_name
end