Method: JSONAPI::Store::Identifier#identifier

Defined in:
lib/jsonapi/store/identifier.rb

#identifierString Also known as: to_s, to_str

Returns:

  • (String)


17
18
19
# File 'lib/jsonapi/store/identifier.rb', line 17

def identifier
  @identifier ||= "#{type}/#{id}"
end