Sha256: 5420d33960cc6cc53f280a93e6c8f18629c7d834fb878266190036a73a7987ad
Contents?: true
Size: 764 Bytes
Versions: 7
Compression:
Stored size: 764 Bytes
Contents
json.collection @collection do |j| json.id j.id json.name j.name json.info j.info json.info2 j.info2 json.created_at j.created_at end json.meta do json.current_page( @collection.current_page ) json.next_page( @collection.next_page ) json.prev_page( @collection.prev_page ) json.total_pages( @collection.total_pages) json.total_count( @collection.total_count) end
Version data entries
7 entries across 7 versions & 1 rubygems