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