Class: Brightpearl::TaxCode
- Extended by:
- APIOperations::Get
- Defined in:
- lib/brightpearl/resources/tax_code.rb
Class Method Summary collapse
Methods included from APIOperations::Get
Methods inherited from Resource
Class Method Details
.get(id_set = nil) ⇒ Object
9 10 11 12 13 14 15 |
# 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 ⇒ Object
5 6 7 |
# File 'lib/brightpearl/resources/tax_code.rb', line 5 def resource_path "accounting-service/tax-code" end |