Method: EbaySource#initialize

Defined in:
lib/sources/ebay_source.rb

#initializeEbaySource

Returns a new instance of EbaySource.



8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/sources/ebay_source.rb', line 8

def initialize
  super(:name => 'eBay.com',
        :homepage => 'http://www.ebay.com/',
        :cpc => 10,
        :offer_enabled => false,
        :offer_ttl_seconds => 86400,
        :use_for_merchant_ratings => false,
        :offer_affiliate => true,
        :supports_lifetime_ratings => false,
        :batch_fetch_delay => 2,
        :product_code_regexp => nil,
        :product_code_examples => [])
end