Sha256: 765837c2131aa427a95edda2aa495db2397a18214a45459d0f1d5f5f4a6750fb

Contents?: true

Size: 485 Bytes

Versions: 1

Compression:

Stored size: 485 Bytes

Contents

module AmoCRM::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,      AmoCRM::Entities::Feature
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amo_crm-0.2.2 lib/amo_crm/entities/consignment.rb