Sha256: 6570e0039e029075afd681fb1abf2b6dbbd5694425ea39938673b9010bbb160d
Contents?: true
Size: 489 Bytes
Versions: 8
Compression:
Stored size: 489 Bytes
Contents
module Moysklad::Entities # https://online.moysklad.ru/exchange/rest/ms/xml/Consignment/list class Consignment < Base include Common tag 'consignment' attribute :updated, Time attribute :updatedBy, String attribute :name, String attribute :goodUuid, String attribute :isDefault, Boolean attribute :archived, Boolean element :externalcode, String has_one :feature, Moysklad::Entities::Feature end end
Version data entries
8 entries across 8 versions & 1 rubygems