Sha256: 1bfbbdf3683e1329970e7dde56c82a67217f18264d80bba5873c656a1d6a28c3
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
require_relative 'base' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
moysklad-0.3.0 | lib/moysklad/entities/image.rb |