Method: JSONAPI::ResourceIdentity#to_s

Defined in:
lib/jsonapi/resource_identity.rb

#to_sObject

Creates a string representation of the identifier.



36
37
38
39
40
# File 'lib/jsonapi/resource_identity.rb', line 36

def to_s
  # :nocov:
  "#{resource_klass}:#{id}"
  # :nocov:
end