Libraries
»
jsonapi-resources
(0.10.7)
»
Index
»
JSONAPI
»
ResourceIdentity
»
#hash
Method: JSONAPI::ResourceIdentity#hash
Defined in:
lib/jsonapi/resource_identity.rb
#
hash
⇒
Object
31 32 33
# File 'lib/jsonapi/resource_identity.rb', line 31
def
hash
[
@resource_klass
,
@id
]
.
hash
end