lib/moysklad/entities/counterparty.rb in moysklad-0.3.0 vs lib/moysklad/entities/counterparty.rb in moysklad-0.3.1

- old
+ new

@@ -1,7 +1,5 @@ -require_relative 'entity' - module Moysklad::Entities class Counterparty < Entity attribute :email, String attribute :phone, String attribute :fax, String @@ -12,7 +10,11 @@ attribute :legalAddress, String attribute :inn, String attribute :kpp, String attribute :ogrn, String attribute :okpo, String + + attribute :description, String + + attribute :syncid, String end end