Sha256: 170125964fccd603d2e2f562e371657a48864a362b38a3e4b57cec47d640d570
Contents?: true
Size: 393 Bytes
Versions: 1
Compression:
Stored size: 393 Bytes
Contents
module Brightpearl class TaxCode < Resource extend Brightpearl::APIOperations::Get class << self def resource_path "accounting-service/tax-code" end def get(id_set = nil) if id_set super else super(nil) end end # https://api-docs.brightpearl.com/accounting/tax-code/get.html end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-brightpearl-0.4.0 | lib/brightpearl/resources/tax_code.rb |