Sha256: cfb90749fee0356bc259958ddf1a29b35ddb8ba8c1b2fcf44e98ee79be51c6f8

Contents?: true

Size: 110 Bytes

Versions: 1

Compression:

Stored size: 110 Bytes

Contents

class SinglePromoteCharge < PromoteCharge

  def final_price(amount)
    (price * amount).round(2)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.1 app/models/rails_trade/promote_charges/single_promote_charge.rb