Sha256: 88b20c9838f3331501f16a08470447d500eac41f724903029fc785f5f0602679

Contents?: true

Size: 303 Bytes

Versions: 5

Compression:

Stored size: 303 Bytes

Contents

module Moysklad::Entities
  class ImagesMeta < Base
    attribute :href, String
    attribute :type, String
    attribute :mediaType, String
    attribute :size, Integer
    attribute :limit, Integer
    attribute :offset, Integer
  end

  class Images < Base
    attribute :meta, ImagesMeta
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moysklad-0.5 lib/moysklad/entities/images.rb
moysklad-0.4.10 lib/moysklad/entities/images.rb
moysklad-0.4.9 lib/moysklad/entities/images.rb
moysklad-0.4.8 lib/moysklad/entities/images.rb
moysklad-0.4.7 lib/moysklad/entities/images.rb