Method: Parse::Constraint#formatted_value

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

#formatted_valueObject

Returns formatted value based on the specific data type.

Returns:

  • (Object)

    formatted value based on the specific data type.



184
185
186
# File 'lib/parse/query/constraint.rb', line 184

def formatted_value
  self.class.formatted_value(@value)
end