Class: Parse::Model
Instance Attribute Summary
Attributes inherited from Object
#class_name, #created_at, #parse_object_id, #updated_at
Instance Method Summary collapse
-
#initialize ⇒ Model
constructor
A new instance of Model.
Methods inherited from Object
#array_add, #array_add_relation, #array_add_unique, #array_remove, #decrement, #eql?, #get, #hash, #increment, #inspect, #new?, #parse_delete, #pointer, #refresh, #rest_api_hash, #safe_hash, #save, #should_call_to_h?, #to_h, #to_json, #to_s, #uri
Constructor Details
#initialize ⇒ Model
Returns a new instance of Model.
4 5 6 |
# File 'lib/parse/model.rb', line 4 def initialize super(self.class.to_s) end |