Class: Ebay::Merchandising

Inherits:
Request
  • Object
show all
Defined in:
lib/ebay/merchandising.rb

Instance Method Summary collapse

Methods inherited from Request

#get, #sandbox!

Constructor Details

#initializeMerchandising

Returns a new instance of Merchandising.



5
6
7
8
9
10
11
12
13
14
# File 'lib/ebay/merchandising.rb', line 5

def initialize
  @host = 'svcs.ebay.com'
  @path = '/MerchandisingService'
  @sandbox = 'svcs.sandbox.ebay.com'
  @defaults = {
    headers: {
      'EBAY-SOA-CONSUMER-ID' => Config.app_id
    }
  }
end