Method: PureCloud::Metabase#hash
- Defined in:
- lib/purecloudplatformclientv2/models/metabase.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
201 202 203 |
# File 'lib/purecloudplatformclientv2/models/metabase.rb', line 201 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, self_uri].hash end |