Class: Dry::Logic::Operations::Attr
- Defined in:
- lib/dry/logic/operations/attr.rb
Instance Attribute Summary
Attributes inherited from Key
Attributes inherited from Unary
Attributes inherited from Abstract
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Key
#[], #ast, #call, #initialize, new, #to_s
Methods inherited from Unary
Methods inherited from Abstract
#curry, #id, #initialize, #new, #to_ast, #with
Methods included from Dry::Logic::Operators
Constructor Details
This class inherits a constructor from Dry::Logic::Operations::Key
Class Method Details
Instance Method Details
#type ⇒ Object
11 12 13 |
# File 'lib/dry/logic/operations/attr.rb', line 11 def type :attr end |