Method: PureCloud::Gistener#hash
- Defined in:
- lib/purecloud/models/gistener.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
186 187 188 |
# File 'lib/purecloud/models/gistener.rb', line 186 def hash [id, name, date_created, date_modified, enabled, any_words, all_words, exclude_words, exact_phrase, , , queue, self_uri].hash end |