class ParamsReady::Query::FixedOperatorPredicateDefinition
Public Class Methods
new(*args, attribute_name: nil, type: nil, operator: nil, **opts)
click to toggle source
Calls superclass method
# File lib/params_ready/query/fixed_operator_predicate.rb, line 61 def initialize(*args, attribute_name: nil, type: nil, operator: nil, **opts) @attribute_name = attribute_name @type = type @operator = operator @associations = [] super *args, **opts end
Public Instance Methods
finish()
click to toggle source
Calls superclass method
# File lib/params_ready/query/fixed_operator_predicate.rb, line 69 def finish @type.finish super end