Class: Ebay::Merchandising
Instance Method Summary collapse
-
#initialize ⇒ Merchandising
constructor
A new instance of Merchandising.
Methods inherited from Request
Constructor Details
#initialize ⇒ Merchandising
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 |