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