class Facturama::Services::ProductService
Public Class Methods
new( connection_info )
click to toggle source
Calls superclass method
Facturama::Services::CrudService::new
# File lib/facturama/services/product_service.rb, line 8 def initialize( connection_info ) super(connection_info, "product") end