Method: JSONAPI::Store::Identifier#identifier
- Defined in:
- lib/jsonapi/store/identifier.rb
#identifier ⇒ String Also known as: to_s, to_str
17 18 19 |
# File 'lib/jsonapi/store/identifier.rb', line 17 def identifier @identifier ||= "#{type}/#{id}" end |