Method: PureCloud::OrganizationPresence#hash
- Defined in:
- lib/purecloud/models/organization_presence.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
173 174 175 |
# File 'lib/purecloud/models/organization_presence.rb', line 173 def hash [id, name, language_labels, system_presence, deactivated, primary, created_by, created_date, modified_by, modified_date, self_uri].hash end |