class Dry::Logic::Operations::Attr

Public Class Methods

evaluator(name) click to toggle source
# File lib/dry/logic/operations/attr.rb, line 9
def self.evaluator(name)
  Evaluator::Attr.new(name)
end

Public Instance Methods

type() click to toggle source
# File lib/dry/logic/operations/attr.rb, line 13
def type
  :attr
end