Sha256: 38de61c831a127016d5607a19f6978d0cdc7a4616d97bd8a6808153b5a490b13
Contents?: true
Size: 367 Bytes
Versions: 33
Compression:
Stored size: 367 Bytes
Contents
module CabooseStore class TaxLine < ActiveRecord::Base attr_accessible :id, :title, # The name of the tax, eg. QST or VAT :price, # The amount :rate, # The rate. It will return 0.175 if it is 17.5% :rate_percentage # The tax rate in human readable form. It will return 17.5 if the rate is 0.175 end end
Version data entries
33 entries across 33 versions & 1 rubygems