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