Class: RespondToBestOfferRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToBestOfferRequestType

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



5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
# File 'lib/eBay.rb', line 5630

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.



5618
5619
5620
# File 'lib/eBay.rb', line 5618

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



5621
5622
5623
# File 'lib/eBay.rb', line 5621

def action
  @action
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



5620
5621
5622
# File 'lib/eBay.rb', line 5620

def bestOfferID
  @bestOfferID
end

#botBlockObject

Returns the value of attribute botBlock.



5617
5618
5619
# File 'lib/eBay.rb', line 5617

def botBlock
  @botBlock
end

#counterOfferPriceObject

Returns the value of attribute counterOfferPrice.



5623
5624
5625
# File 'lib/eBay.rb', line 5623

def counterOfferPrice
  @counterOfferPrice
end

#counterOfferQuantityObject

Returns the value of attribute counterOfferQuantity.



5624
5625
5626
# File 'lib/eBay.rb', line 5624

def counterOfferQuantity
  @counterOfferQuantity
end

#detailLevelObject

Returns the value of attribute detailLevel.



5608
5609
5610
# File 'lib/eBay.rb', line 5608

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5612
5613
5614
# File 'lib/eBay.rb', line 5612

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5613
5614
5615
# File 'lib/eBay.rb', line 5613

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5609
5610
5611
# File 'lib/eBay.rb', line 5609

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5614
5615
5616
# File 'lib/eBay.rb', line 5614

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5619
5620
5621
# File 'lib/eBay.rb', line 5619

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5610
5611
5612
# File 'lib/eBay.rb', line 5610

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5615
5616
5617
# File 'lib/eBay.rb', line 5615

def outputSelector
  @outputSelector
end

#sellerResponseObject

Returns the value of attribute sellerResponse.



5622
5623
5624
# File 'lib/eBay.rb', line 5622

def sellerResponse
  @sellerResponse
end

#versionObject

Returns the value of attribute version.



5611
5612
5613
# File 'lib/eBay.rb', line 5611

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5616
5617
5618
# File 'lib/eBay.rb', line 5616

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5626
5627
5628
# File 'lib/eBay.rb', line 5626

def set_any(elements)
  @__xmlele_any = elements
end