Method: PureCloud::OrganizationPresence#hash
- Defined in:
- lib/purecloudclient_v2a/models/organization_presence.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
364 365 366 |
# File 'lib/purecloudclient_v2a/models/organization_presence.rb', line 364 def hash [id, name, language_labels, system_presence, deactivated, primary, created_by, created_date, modified_by, modified_date, self_uri].hash end |