Sha256: fb6d955159704cf8bacee3fb86af031cd32e29ff0a36b70405c1547cafee0680
Contents?: true
Size: 320 Bytes
Versions: 13
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true module ONEAccess module DataObject module Representer class Meta < Representable::Decorator include Representable::JSON property :total, type: Integer property :limit, type: Integer property :offset, type: Integer end end end end
Version data entries
13 entries across 13 versions & 1 rubygems