Method: JSONAPI::Relationship#belongs_to?

Defined in:
lib/jsonapi/relationship.rb

#belongs_to?Boolean

Returns:



108
109
110
111
112
# File 'lib/jsonapi/relationship.rb', line 108

def belongs_to?
  # :nocov:
  false
  # :nocov:
end