Sha256: f756c0a349df2a85de61b09a804fa1f0591ee1a9596239858f546f57f3af637c

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

module FastshopCatalog
  class CatalogService < FastshopCatalog::BaseService

    def initialize
      @service = :catalogo
      @interface = 'ICatalogo'
      @soap_method = :busca_catalogo
      @return_key = 'Lista'
      super
    end

    def search(contract_code)
      service_invoker('contrato' => contract_code)
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fastshop_catalog-0.0.8 lib/fastshop_catalog/catalog_service.rb