Sha256: 410ae42871069e75dd06ab2e2d20942420ca1b9c7781ff952d278fe66186a886
Contents?: true
Size: 362 Bytes
Versions: 664
Compression:
Stored size: 362 Bytes
Contents
module Caboose 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
664 entries across 664 versions & 1 rubygems