Class: Parse::Installation
Instance Attribute Summary
Attributes inherited from Object
#acl, #created_at, #parse_object_id, #updated_at
Class Method Summary collapse
Methods inherited from Object
count, #create, create, #create!, #delete, #delete!, #deleted?, find, find!, find_all, find_all!, find_by_id, find_by_id!, #get_column, #initialize, #method_missing, #new?, #parse_class_name, #parse_client, #pointer, register_parse_class, reserved_column?, reserved_columns, #save, #save!, #set_column, #to_h, #to_json, #to_s, #update, #update!, #updated?
Methods included from Util
Constructor Details
This class inherits a constructor from Parse::Object
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Parse::Object
Class Method Details
.parse_class_name ⇒ Object
5 6 7 |
# File 'lib/parse/installation.rb', line 5 def parse_class_name '_Installation' end |