Method: Parse::Constraint.key
- Defined in:
- lib/parse/query/constraint.rb
.key ⇒ Symbol
The class attributes keep track of the Parse key (special Parse text symbol representing this operation. Ex. local method could be called .ex, where the Parse Query operation that should be sent out is “$exists”) in this case, key should be set to “$exists”
56 57 58 |
# File 'lib/parse/query/constraint.rb', line 56 def key @key end |