Class: EBay::VerifyAddSecondChanceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddSecondChanceItemRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
recipientBidderUserID - (any)
buyItNowPrice - EBay::AmountType
duration - EBay::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.



8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
8728
8729
8730
8731
8732
8733
8734
8735
# File 'lib/eBay.rb', line 8718

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.



8707
8708
8709
# File 'lib/eBay.rb', line 8707

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



8706
8707
8708
# File 'lib/eBay.rb', line 8706

def botBlock
  @botBlock
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



8709
8710
8711
# File 'lib/eBay.rb', line 8709

def buyItNowPrice
  @buyItNowPrice
end

#detailLevelObject

Returns the value of attribute detailLevel.



8697
8698
8699
# File 'lib/eBay.rb', line 8697

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



8710
8711
8712
# File 'lib/eBay.rb', line 8710

def duration
  @duration
end

#endUserIPObject

Returns the value of attribute endUserIP.



8701
8702
8703
# File 'lib/eBay.rb', line 8701

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8702
8703
8704
# File 'lib/eBay.rb', line 8702

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8698
8699
8700
# File 'lib/eBay.rb', line 8698

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8703
8704
8705
# File 'lib/eBay.rb', line 8703

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



8711
8712
8713
# File 'lib/eBay.rb', line 8711

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



8699
8700
8701
# File 'lib/eBay.rb', line 8699

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



8704
8705
8706
# File 'lib/eBay.rb', line 8704

def outputSelector
  @outputSelector
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



8708
8709
8710
# File 'lib/eBay.rb', line 8708

def recipientBidderUserID
  @recipientBidderUserID
end

#sellerMessageObject

Returns the value of attribute sellerMessage.



8712
8713
8714
# File 'lib/eBay.rb', line 8712

def sellerMessage
  @sellerMessage
end

#versionObject

Returns the value of attribute version.



8700
8701
8702
# File 'lib/eBay.rb', line 8700

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8705
8706
8707
# File 'lib/eBay.rb', line 8705

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8714
8715
8716
# File 'lib/eBay.rb', line 8714

def set_any(elements)
  @__xmlele_any = elements
end