Method: Parse::Constraint#key
- Defined in:
- lib/parse/query/constraint.rb
#key ⇒ Symbol
Returns the Parse keyword for this constraint.
132 133 134 |
# File 'lib/parse/query/constraint.rb', line 132 def key self.class.key end |
Returns the Parse keyword for this constraint.
132 133 134 |
# File 'lib/parse/query/constraint.rb', line 132 def key self.class.key end |