class FastshopCatalog::CatalogService
Public Class Methods
new()
click to toggle source
Calls superclass method
FastshopCatalog::BaseService::new
# File lib/fastshop_catalog/catalog_service.rb, line 4 def initialize @service = :catalogo @interface = 'ICatalogo' @soap_method = :busca_catalogo @return_key = 'Lista' super end
Public Instance Methods
search(contract_code)
click to toggle source
# File lib/fastshop_catalog/catalog_service.rb, line 12 def search(contract_code) service_invoker('contrato' => contract_code) end