Class: Liminal::PredicateRegistry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/liminal/predicate_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



19
20
21
# File 'lib/liminal/predicate_registry.rb', line 19

def handler
  @handler
end

#internalObject

Returns the value of attribute internal

Returns:

  • (Object)

    the current value of internal



19
20
21
# File 'lib/liminal/predicate_registry.rb', line 19

def internal
  @internal
end