Class: EBay::RespondToBestOfferRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToBestOfferRequestType

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
itemID - (any)
bestOfferID - (any)
action - EBay::BestOfferActionCodeType
sellerResponse - SOAP::SOAPString
counterOfferPrice - EBay::AmountType
counterOfferQuantity - SOAP::SOAPInt

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, 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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6491
6492
6493
# File 'lib/eBay.rb', line 6491

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



6494
6495
6496
# File 'lib/eBay.rb', line 6494

def action
  @action
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



6493
6494
6495
# File 'lib/eBay.rb', line 6493

def bestOfferID
  @bestOfferID
end

#botBlockObject

Returns the value of attribute botBlock.



6490
6491
6492
# File 'lib/eBay.rb', line 6490

def botBlock
  @botBlock
end

#counterOfferPriceObject

Returns the value of attribute counterOfferPrice.



6496
6497
6498
# File 'lib/eBay.rb', line 6496

def counterOfferPrice
  @counterOfferPrice
end

#counterOfferQuantityObject

Returns the value of attribute counterOfferQuantity.



6497
6498
6499
# File 'lib/eBay.rb', line 6497

def counterOfferQuantity
  @counterOfferQuantity
end

#detailLevelObject

Returns the value of attribute detailLevel.



6481
6482
6483
# File 'lib/eBay.rb', line 6481

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6485
6486
6487
# File 'lib/eBay.rb', line 6485

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6486
6487
6488
# File 'lib/eBay.rb', line 6486

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6482
6483
6484
# File 'lib/eBay.rb', line 6482

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6487
6488
6489
# File 'lib/eBay.rb', line 6487

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



6492
6493
6494
# File 'lib/eBay.rb', line 6492

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



6483
6484
6485
# File 'lib/eBay.rb', line 6483

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6488
6489
6490
# File 'lib/eBay.rb', line 6488

def outputSelector
  @outputSelector
end

#sellerResponseObject

Returns the value of attribute sellerResponse.



6495
6496
6497
# File 'lib/eBay.rb', line 6495

def sellerResponse
  @sellerResponse
end

#versionObject

Returns the value of attribute version.



6484
6485
6486
# File 'lib/eBay.rb', line 6484

def version
  @version
end

#warningLevelObject

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