Sha256: 474422b40bb5964efa649ce7109bd3801d4e006169e1b6c153c5e08582f7b7ba
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
module Moysklad::Entities class PriceType < Base include CommonObject include Moysklad::Entities::XmlFix tag 'priceType' attribute :updated, Time attribute :updatedBy, String attribute :name, String attribute :index, Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
moysklad-0.2.1 | lib/moysklad/entities/price_type.rb |
moysklad-0.2.0 | lib/moysklad/entities/price_type.rb |