class JSONAPI::Store::Identifier

Basic Identifier implementation for {JSONAPI::Store}

Public Instance Methods

identifier() click to toggle source

@return [String]

# File lib/jsonapi/store/identifier.rb, line 17
def identifier
  @identifier ||= "#{type}/#{id}"
end
Also aliased as: to_s, to_str
to_s()
Alias for: identifier
to_str()
Alias for: identifier