Class: Metanorma::Mirror::HandlerRegistry::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#callableObject

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



6
7
8
# File 'lib/metanorma/mirror/handler_registry.rb', line 6

def callable
  @callable
end

#concatObject

Returns the value of attribute concat

Returns:

  • (Object)

    the current value of concat



6
7
8
# File 'lib/metanorma/mirror/handler_registry.rb', line 6

def concat
  @concat
end

#extra_kwargsObject

Returns the value of attribute extra_kwargs

Returns:

  • (Object)

    the current value of extra_kwargs



6
7
8
# File 'lib/metanorma/mirror/handler_registry.rb', line 6

def extra_kwargs
  @extra_kwargs
end