Method: OceanDynamo::Attributes#hash_key

Defined in:
lib/ocean-dynamo/attributes.rb

#hash_keyObject

Returns the value of the hash key attribute



77
78
79
# File 'lib/ocean-dynamo/attributes.rb', line 77

def hash_key
  read_attribute(table_hash_key)
end