Sha256: e299ba8ef65871fb60be0123edb1b8483b19422167b998b795d5c19143c835e1
Contents?: true
Size: 415 Bytes
Versions: 17
Compression:
Stored size: 415 Bytes
Contents
module Moysklad::Entities class CollectionMeta < Meta # Следующие атрибуты объекта meta появляются, как правило, в методах выдачи списка сущностей/строк отчёта attribute :size, Integer attribute :limit, Integer attribute :offset, Integer attribute :nextHref, String attribute :prevHref, String end end
Version data entries
17 entries across 17 versions & 1 rubygems