Method: PureCloud::DomainSchemaReference#hash

Defined in:
lib/purecloud/models/domain_schema_reference.rb

#hashObject

Calculate hash code according to all attributes.



190
191
192
# File 'lib/purecloud/models/domain_schema_reference.rb', line 190

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