lib/moysklad/entities/image.rb in moysklad-0.4.6 vs lib/moysklad/entities/image.rb in moysklad-0.4.7
- old
+ new
@@ -2,10 +2,9 @@
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)