Sha256: 83473a459f47b0779593f08942388bc8bff3e8fbdb209c09119e7ebf8bf36091
Contents?: true
Size: 348 Bytes
Versions: 6
Compression:
Stored size: 348 Bytes
Contents
module Moysklad::Entities # https://online.moysklad.ru/exchange/rest/ms/xml/Warehouse/list class Contact < Base include HappyMapper include Moysklad::Entities::XmlFix tag 'warehouse' attribute :address, String attribute :faxes, String attribute :mobiles, String attribute :email, String end end
Version data entries
6 entries across 6 versions & 1 rubygems