Method: PureCloud::CustomerInteractionCenter#hash
- Defined in:
- lib/purecloud/models/customer_interaction_center.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
128 129 130 |
# File 'lib/purecloud/models/customer_interaction_center.rb', line 128 def hash [id, name, certificate, issuer_uri, sso_target_uri, disabled, self_uri].hash end |