Class: Parse::Model

Inherits:
Object
  • Object
show all
Defined in:
lib/parse/model.rb

Instance Attribute Summary

Attributes inherited from Object

#class_name, #created_at, #parse_object_id, #updated_at

Instance Method Summary collapse

Methods inherited from Object

#array_add, #array_add_relation, #array_add_unique, #array_remove, #as_json, #decrement, #get, #increment, #inspect, #new?, #parse_delete, #pointer, #refresh, #safe_hash, #safe_json, #save, #to_json, #to_s, #uri

Constructor Details

#initializeModel

Returns a new instance of Model.



3
4
5
# File 'lib/parse/model.rb', line 3

def initialize
  super(self.class.to_s)
end