Class: Facturama::Services::BranchOfficeService
- Inherits:
-
CrudService
- Object
- HttpService
- CrudService
- Facturama::Services::BranchOfficeService
- Defined in:
- lib/facturama/services/branch_office_service.rb
Instance Method Summary collapse
-
#initialize(connection_info) ⇒ BranchOfficeService
constructor
A new instance of BranchOfficeService.
Methods inherited from CrudService
#create, #create3, #list, #remove, #retrieve, #update
Methods inherited from HttpService
Constructor Details
#initialize(connection_info) ⇒ BranchOfficeService
Returns a new instance of BranchOfficeService.
8 9 10 |
# File 'lib/facturama/services/branch_office_service.rb', line 8 def initialize(connection_info) super(connection_info, 'BranchOffice') end |