Sha256: bc71a63888b63886f6d2adff713fbf921fb4dc52389373cf82826dfedf6fd984

Contents?: true

Size: 143 Bytes

Versions: 2

Compression:

Stored size: 143 Bytes

Contents

module BluepanClient
  class ExchangeRate

    include Virtus.model
    attribute :rate, Float
    attribute :currency_pair, String

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bluepan_client-1.0.0 lib/bluepan_client/models/exchange_rate.rb
bluepan_client-0.4.0 lib/bluepan_client/models/exchange_rate.rb