Class: Parse::Installation

Inherits:
Object
  • Object
show all
Defined in:
lib/parse/installation.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, #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

Constructor Details

#initialize(data = nil) ⇒ Installation

Returns a new instance of Installation.



9
10
11
# File 'lib/parse/installation.rb', line 9

def initialize(data = nil)
  super(Parse::Protocol::CLASS_INSTALLATION, data)
end

Instance Method Details

#uriObject



13
14
15
# File 'lib/parse/installation.rb', line 13

def uri
  Protocol.installation_uri @parse_object_id
end