Class: Metanorma::Mirror::HandlerRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Mirror::HandlerRegistry::Entry
- Defined in:
- lib/metanorma/mirror/handler_registry.rb
Instance Attribute Summary collapse
-
#callable ⇒ Object
Returns the value of attribute callable.
-
#concat ⇒ Object
Returns the value of attribute concat.
-
#extra_kwargs ⇒ Object
Returns the value of attribute extra_kwargs.
Instance Attribute Details
#callable ⇒ Object
Returns the value of attribute callable
6 7 8 |
# File 'lib/metanorma/mirror/handler_registry.rb', line 6 def callable @callable end |
#concat ⇒ Object
Returns the value of attribute concat
6 7 8 |
# File 'lib/metanorma/mirror/handler_registry.rb', line 6 def concat @concat end |
#extra_kwargs ⇒ Object
Returns the value of attribute extra_kwargs
6 7 8 |
# File 'lib/metanorma/mirror/handler_registry.rb', line 6 def extra_kwargs @extra_kwargs end |