Method: PureCloud::Policy#hash
- Defined in:
- lib/purecloud/models/policy.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
183 184 185 |
# File 'lib/purecloud/models/policy.rb', line 183 def hash [id, name, modified_date, created_date, order, description, enabled, media_policies, conditions, actions, policy_errors, self_uri].hash end |