Class: Facturama::Services::BranchOfficeService

Inherits:
CrudService show all
Defined in:
lib/facturama/services/branch_office_service.rb

Instance Method Summary collapse

Methods inherited from CrudService

#create, #list, #remove, #retrieve, #update

Methods inherited from HttpService

#delete, #get, #post, #put

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