Method: Parse::Constraint#precedence

Defined in:
lib/parse/query/constraint.rb

#precedenceInteger

Returns the precedence of this constraint.

Returns:

  • (Integer)

    the precedence of this constraint



127
128
129
# File 'lib/parse/query/constraint.rb', line 127

def precedence
  self.class.precedence
end