Sha256: 3cb59381b31ed7829523c1e47829ee69394239fd7d947509aa76056d29905b7b
Contents?: true
Size: 224 Bytes
Versions: 9
Compression:
Stored size: 224 Bytes
Contents
module Moysklad::Entities class GoodRef < Base include HappyMapper tag 'goodRef' attribute :uuid, String attribute :name, String attribute :code, String attribute :objectType, String end end
Version data entries
9 entries across 9 versions & 1 rubygems