class Brightpearl::TaxCode
Public Class Methods
get(id_set = nil)
click to toggle source
Calls superclass method
# File lib/brightpearl/resources/tax_code.rb, line 9 def get(id_set = nil) if id_set super else super(nil) end end
resource_path()
click to toggle source
# File lib/brightpearl/resources/tax_code.rb, line 5 def resource_path "accounting-service/tax-code" end