Method: ArtikCloud::AppProperties#hash
- Defined in:
- lib/artikcloud/models/app_properties.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
100 101 102 |
# File 'lib/artikcloud/models/app_properties.rb', line 100 def hash [uid, aid, properties].hash end |