Class: Brightpearl::TaxCode

Inherits:
Resource show all
Extended by:
APIOperations::Get
Defined in:
lib/brightpearl/resources/tax_code.rb

Class Method Summary collapse

Methods included from APIOperations::Get

get

Methods inherited from Resource

send_request, to_query

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_pathObject



5
6
7
# File 'lib/brightpearl/resources/tax_code.rb', line 5

def resource_path
  "accounting-service/tax-code"
end