Sha256: afad91063996efeec757bd1e843d8590bbb7596c0afc2f0dda8d743d343414d3

Contents?: true

Size: 676 Bytes

Versions: 1

Compression:

Stored size: 676 Bytes

Contents

module AmoCRM::Entities::CommonObject
  extend ActiveSupport::Concern

  # Используется в Good
  # https://online.moysklad.ru/exchange/rest/ms/xml/Good/list
  #
  # В Metadata
  # https://online.moysklad.ru/exchange/rest/ms/xml/Metadata/list
  #
  # Во Feature
  # https://online.moysklad.ru/exchange/rest/ms/xml/Feature/list
  #
  # CustomerOrder
  # https://online.moysklad.ru/exchange/rest/ms/xml/CustomerOrder/list
  #
  included do
    include AmoCRM::Entities::Common

    attribute :updated,     Time
    attribute :updatedBy,   String

    attribute :name,        String

    element :externalcode,  String
    element :description,   String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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