class Xeroizer::Record::TaxRateModel
Public Instance Methods
create_method()
click to toggle source
TaxRates can be created using either POST or PUT. POST will also silently update the tax, which can be unexpected. PUT is only for create.
# File lib/xeroizer/models/tax_rate.rb, line 11 def create_method :http_put end