Class: Parse::Installation
- 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
-
#initialize(data = nil) ⇒ Installation
constructor
A new instance of Installation.
- #uri ⇒ Object
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
#uri ⇒ Object
13 14 15 |
# File 'lib/parse/installation.rb', line 13 def uri Protocol.installation_uri @parse_object_id end |