Class: Dry::Logic::Rule::Attr
- Inherits:
-
Key
- Object
- Dry::Logic::Rule
- Value
- Key
- Dry::Logic::Rule::Attr
- Defined in:
- lib/dry/logic/rule/attr.rb
Instance Attribute Summary
Attributes inherited from Key
Attributes inherited from Dry::Logic::Rule
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Key
#evaluate, #initialize, new, #to_ast
Methods inherited from Value
#apply, #call, #evaluate, #to_ast
Methods inherited from Dry::Logic::Rule
#and, #curry, #each?, #initialize, #negation, #new, #or, #predicate_id, #then, #xor
Constructor Details
This class inherits a constructor from Dry::Logic::Rule::Key
Class Method Details
Instance Method Details
#type ⇒ Object
8 9 10 |
# File 'lib/dry/logic/rule/attr.rb', line 8 def type :attr end |