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