Sha256: 7f45ced39a9b51a7faefd09f0ddfab40b1a5542c8115839ed370f7c5b3f56ec8

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

module AmoCRM::Entities
  # https://online.moysklad.ru/exchange/rest/ms/xml/MyCompany/list
  class MyCompany < Base
    include AmoCRM::Entities::CompanyConcern

    tag 'myCompany'

    attribute :director,    String
    attribute :chiefAccountant, String

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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