Sha256: 0477fd7d45f445a1324e35418208dcbb0b8242897337722779c941729701d3bc
Contents?: true
Size: 431 Bytes
Versions: 26
Compression:
Stored size: 431 Bytes
Contents
module JSONAPIonify::Structure module Maps class RelationshipLinks < Links # The RelationshipLinksObject **MAY** contain the following members: must_contain_one_of! :self, # the link that generated the current response document. :related # a related resource link when the primary data represents a resource relationship. may_contain! *Helpers::PaginationLinks end end end
Version data entries
26 entries across 26 versions & 1 rubygems