lib/moysklad/entities/price.rb in moysklad-0.3.4 vs lib/moysklad/entities/price.rb in moysklad-0.4.0

- old
+ new

@@ -1,9 +1,9 @@ module Moysklad::Entities class Price < Base attribute :value, Float attribute :currency, Currency - attribute :priceType, String # Цена продажи/ Распродажа + attribute :priceType, PriceType # Цена продажи/ Распродажа def self.from_money money raise 'not implemented' end end