Method: Parse::Properties::ClassMethods#attributes=

Defined in:
lib/parse/model/core/properties.rb

#attributes=(hash) ⇒ Hash

Set the property fields for this class.

Returns:



69
70
71
# File 'lib/parse/model/core/properties.rb', line 69

def attributes=(hash)
  @attributes = BASE.merge(hash)
end