Class: Liminal::PredicateRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Liminal::PredicateRegistry::Entry
- Defined in:
- lib/liminal/predicate_registry.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#internal ⇒ Object
Returns the value of attribute internal.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
19 20 21 |
# File 'lib/liminal/predicate_registry.rb', line 19 def handler @handler end |
#internal ⇒ Object
Returns the value of attribute internal
19 20 21 |
# File 'lib/liminal/predicate_registry.rb', line 19 def internal @internal end |