Sha256: 25a244014bf6c047eb91f0f6b9c68afb246923100ef9d8501fe0c023ff639cd8

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

module AmoCRM::Entities
  class Collection < Base
    # Типовое количество элементов которое возвращает мойсклад
    DEFAULT_COUNT = 1000
    include HappyMapper

    attribute :total, Integer
    attribute :start, Integer
    attribute :count, Integer

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amo_crm-0.2.2 lib/amo_crm/entities/collection.rb