Method: OCI::Identity::Models::Region#hash

Defined in:
lib/oci/identity/models/region.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



104
105
106
# File 'lib/oci/identity/models/region.rb', line 104

def hash
  [key, name].hash
end