Sha256: 40ff554f4544a02a83211f5de35fa4e3826a0bcef8df8dc1ad4cd4c27317425b
Contents?: true
Size: 267 Bytes
Versions: 9
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true class Core::Entities::Pagination < Dry::Struct attribute :total_count, Types::Strict::Integer attribute :page, Types::Strict::Integer attribute :per_page, Types::Strict::Integer attribute :page_count, Types::Strict::Integer end
Version data entries
9 entries across 9 versions & 1 rubygems