Class: VerifyAddSecondChanceItemRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddSecondChanceItemRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
recipientBidderUserID - (any)
buyItNowPrice - AmountType
duration - SecondChanceOfferDurationCodeType
itemID - (any)
sellerMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, recipientBidderUserID = nil, buyItNowPrice = nil, duration = nil, itemID = nil, sellerMessage = nil) ⇒ VerifyAddSecondChanceItemRequestType

Returns a new instance of VerifyAddSecondChanceItemRequestType.



7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
# File 'lib/eBay.rb', line 7320

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, recipientBidderUserID = nil, buyItNowPrice = nil, duration = nil, itemID = nil, sellerMessage = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @recipientBidderUserID = recipientBidderUserID
  @buyItNowPrice = buyItNowPrice
  @duration = duration
  @itemID = itemID
  @sellerMessage = sellerMessage
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7309
7310
7311
# File 'lib/eBay.rb', line 7309

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



7308
7309
7310
# File 'lib/eBay.rb', line 7308

def botBlock
  @botBlock
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



7311
7312
7313
# File 'lib/eBay.rb', line 7311

def buyItNowPrice
  @buyItNowPrice
end

#detailLevelObject

Returns the value of attribute detailLevel.



7299
7300
7301
# File 'lib/eBay.rb', line 7299

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



7312
7313
7314
# File 'lib/eBay.rb', line 7312

def duration
  @duration
end

#endUserIPObject

Returns the value of attribute endUserIP.



7303
7304
7305
# File 'lib/eBay.rb', line 7303

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7304
7305
7306
# File 'lib/eBay.rb', line 7304

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7300
7301
7302
# File 'lib/eBay.rb', line 7300

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7305
7306
7307
# File 'lib/eBay.rb', line 7305

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



7313
7314
7315
# File 'lib/eBay.rb', line 7313

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



7301
7302
7303
# File 'lib/eBay.rb', line 7301

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7306
7307
7308
# File 'lib/eBay.rb', line 7306

def outputSelector
  @outputSelector
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



7310
7311
7312
# File 'lib/eBay.rb', line 7310

def recipientBidderUserID
  @recipientBidderUserID
end

#sellerMessageObject

Returns the value of attribute sellerMessage.



7314
7315
7316
# File 'lib/eBay.rb', line 7314

def sellerMessage
  @sellerMessage
end

#versionObject

Returns the value of attribute version.



7302
7303
7304
# File 'lib/eBay.rb', line 7302

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7307
7308
7309
# File 'lib/eBay.rb', line 7307

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7316
7317
7318
# File 'lib/eBay.rb', line 7316

def set_any(elements)
  @__xmlele_any = elements
end