Class: EBay::RespondToBestOfferRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::RespondToBestOfferRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRespondToBestOfferRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
bestOfferID - (any)
action - EBay::BestOfferActionCodeType
sellerResponse - SOAP::SOAPString
counterOfferPrice - EBay::AmountType
counterOfferQuantity - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#action ⇒ Object
Returns the value of attribute action.
-
#bestOfferID ⇒ Object
Returns the value of attribute bestOfferID.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#counterOfferPrice ⇒ Object
Returns the value of attribute counterOfferPrice.
-
#counterOfferQuantity ⇒ Object
Returns the value of attribute counterOfferQuantity.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#sellerResponse ⇒ Object
Returns the value of attribute sellerResponse.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, bestOfferID = [], action = nil, sellerResponse = nil, counterOfferPrice = nil, counterOfferQuantity = nil) ⇒ RespondToBestOfferRequestType
constructor
A new instance of RespondToBestOfferRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, bestOfferID = [], action = nil, sellerResponse = nil, counterOfferPrice = nil, counterOfferQuantity = nil) ⇒ RespondToBestOfferRequestType
Returns a new instance of RespondToBestOfferRequestType.
6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 |
# File 'lib/eBay.rb', line 6503 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, bestOfferID = [], action = nil, sellerResponse = nil, counterOfferPrice = nil, counterOfferQuantity = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @itemID = itemID @bestOfferID = bestOfferID @action = action @sellerResponse = sellerResponse @counterOfferPrice = counterOfferPrice @counterOfferQuantity = counterOfferQuantity end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6491 6492 6493 |
# File 'lib/eBay.rb', line 6491 def __xmlele_any @__xmlele_any end |
#action ⇒ Object
Returns the value of attribute action.
6494 6495 6496 |
# File 'lib/eBay.rb', line 6494 def action @action end |
#bestOfferID ⇒ Object
Returns the value of attribute bestOfferID.
6493 6494 6495 |
# File 'lib/eBay.rb', line 6493 def bestOfferID @bestOfferID end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
6490 6491 6492 |
# File 'lib/eBay.rb', line 6490 def botBlock @botBlock end |
#counterOfferPrice ⇒ Object
Returns the value of attribute counterOfferPrice.
6496 6497 6498 |
# File 'lib/eBay.rb', line 6496 def counterOfferPrice @counterOfferPrice end |
#counterOfferQuantity ⇒ Object
Returns the value of attribute counterOfferQuantity.
6497 6498 6499 |
# File 'lib/eBay.rb', line 6497 def counterOfferQuantity @counterOfferQuantity end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6481 6482 6483 |
# File 'lib/eBay.rb', line 6481 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
6485 6486 6487 |
# File 'lib/eBay.rb', line 6485 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6486 6487 6488 |
# File 'lib/eBay.rb', line 6486 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6482 6483 6484 |
# File 'lib/eBay.rb', line 6482 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6487 6488 6489 |
# File 'lib/eBay.rb', line 6487 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
6492 6493 6494 |
# File 'lib/eBay.rb', line 6492 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6483 6484 6485 |
# File 'lib/eBay.rb', line 6483 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
6488 6489 6490 |
# File 'lib/eBay.rb', line 6488 def outputSelector @outputSelector end |
#sellerResponse ⇒ Object
Returns the value of attribute sellerResponse.
6495 6496 6497 |
# File 'lib/eBay.rb', line 6495 def sellerResponse @sellerResponse end |
#version ⇒ Object
Returns the value of attribute version.
6484 6485 6486 |
# File 'lib/eBay.rb', line 6484 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
6489 6490 6491 |
# File 'lib/eBay.rb', line 6489 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
6499 6500 6501 |
# File 'lib/eBay.rb', line 6499 def set_any(elements) @__xmlele_any = elements end |