Method: PureCloud::RuleSet#hash
- Defined in:
- lib/purecloud/models/rule_set.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
156 157 158 |
# File 'lib/purecloud/models/rule_set.rb', line 156 def hash [id, name, date_created, date_modified, version, contact_list, queue, rules, self_uri].hash end |