Class: Docbook::Mirror::HandlerRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Docbook::Mirror::HandlerRegistry::Entry
- Defined in:
- lib/docbook/mirror/handler_registry.rb
Instance Attribute Summary collapse
-
#concat ⇒ Object
Returns the value of attribute concat.
-
#extra_kwargs ⇒ Object
Returns the value of attribute extra_kwargs.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
Instance Attribute Details
#concat ⇒ Object
Returns the value of attribute concat
17 18 19 |
# File 'lib/docbook/mirror/handler_registry.rb', line 17 def concat @concat end |
#extra_kwargs ⇒ Object
Returns the value of attribute extra_kwargs
17 18 19 |
# File 'lib/docbook/mirror/handler_registry.rb', line 17 def extra_kwargs @extra_kwargs end |
#handler ⇒ Object
Returns the value of attribute handler
17 18 19 |
# File 'lib/docbook/mirror/handler_registry.rb', line 17 def handler @handler end |
#method_name ⇒ Object
Returns the value of attribute method_name
17 18 19 |
# File 'lib/docbook/mirror/handler_registry.rb', line 17 def method_name @method_name end |