Sha256: 8c759d56ea2e110b7ca3e048905f4529154496826c2380d7e8da8ad5067c70c7

Contents?: true

Size: 269 Bytes

Versions: 4

Compression:

Stored size: 269 Bytes

Contents

module Moysklad::Entities
  class Price < Base
    attribute :value, Float
    attribute :currency, Currency
    attribute :priceType, String # Цена продажи/ Распродажа

    def self.from_money money
      raise 'not implemented'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
moysklad-0.3.4 lib/moysklad/entities/price.rb
moysklad-0.3.3 lib/moysklad/entities/price.rb
moysklad-0.3.2 lib/moysklad/entities/price.rb
moysklad-0.3.1 lib/moysklad/entities/price.rb