Sha256: 38acbfc6c7a22b90ecacad30d54e51417ae9124da21d08e4ea8a8b0e33efdd51
Contents?: true
Size: 241 Bytes
Versions: 26
Compression:
Stored size: 241 Bytes
Contents
module JSONAPIonify::Structure module Helpers PaginationLinks = [ :first, # the first page of data :last, # the last page of data :prev, # the previous page of data :next # the next page of data ] end end
Version data entries
26 entries across 26 versions & 1 rubygems