Class: Facturama::Services::ClientService

Inherits:
CrudService show all
Defined in:
lib/facturama/services/client_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) ⇒ ClientService

Returns a new instance of ClientService.



8
9
10
# File 'lib/facturama/services/client_service.rb', line 8

def initialize(connection_info )
    super(connection_info, "client")
end