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