Sha256: 2927d55ee1651f54f04c5dfce05794d7d7c2647c561a7effa9fcdcff20f8683e
Contents?: true
Size: 272 Bytes
Versions: 12
Compression:
Stored size: 272 Bytes
Contents
module Moysklad::Entities class Price < Base attribute :value, Float attribute :currency, Currency attribute :priceType, PriceType # Цена продажи/ Распродажа def self.from_money money raise 'not implemented' end end end
Version data entries
12 entries across 12 versions & 1 rubygems