Sha256: de28f90eea946efc4052cc89c2f6ad5bdd47c07ba64937fe279eb0a7019a1cb6
Contents?: true
Size: 348 Bytes
Versions: 11
Compression:
Stored size: 348 Bytes
Contents
module Moysklad::Entities class Image < Base attribute :meta, Meta attribute :title, String attribute :filename, String attribute :size, Integer attribute :updated, Time attribute :miniature, Meta attribute :tiny, Meta def download(client, dir) client.download meta.href, dir + filename end end end
Version data entries
11 entries across 11 versions & 1 rubygems