Sha256: 2ec75c73002d04cfee2995771d32c5ca3c41580ab93eb6b73375ba6dc0667575
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true require 'dry-struct' require 'jsom/pagination/types' module JSOM module Pagination class MetaData < Dry::Struct transform_keys(&:to_sym) attribute :total, Types::Params::Integer attribute :pages, Types::Params::Integer end end end
Version data entries
6 entries across 6 versions & 1 rubygems