Method: SetStoreRequestType#initialize
- Defined in:
- lib/eBay.rb
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, store = nil) ⇒ SetStoreRequestType
Returns a new instance of SetStoreRequestType.
6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 |
# File 'lib/eBay.rb', line 6682 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, store = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @store = store end |