Class: EBay::GetHighBiddersRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetHighBiddersRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetHighBiddersRequestType
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)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#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.
-
#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) ⇒ GetHighBiddersRequestType
constructor
A new instance of GetHighBiddersRequestType.
- #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) ⇒ GetHighBiddersRequestType
Returns a new instance of GetHighBiddersRequestType.
2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 |
# File 'lib/eBay.rb', line 2817 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = 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 end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2810 2811 2812 |
# File 'lib/eBay.rb', line 2810 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2809 2810 2811 |
# File 'lib/eBay.rb', line 2809 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2800 2801 2802 |
# File 'lib/eBay.rb', line 2800 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2804 2805 2806 |
# File 'lib/eBay.rb', line 2804 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2805 2806 2807 |
# File 'lib/eBay.rb', line 2805 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2801 2802 2803 |
# File 'lib/eBay.rb', line 2801 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2806 2807 2808 |
# File 'lib/eBay.rb', line 2806 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
2811 2812 2813 |
# File 'lib/eBay.rb', line 2811 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2802 2803 2804 |
# File 'lib/eBay.rb', line 2802 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2807 2808 2809 |
# File 'lib/eBay.rb', line 2807 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
2803 2804 2805 |
# File 'lib/eBay.rb', line 2803 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2808 2809 2810 |
# File 'lib/eBay.rb', line 2808 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2813 2814 2815 |
# File 'lib/eBay.rb', line 2813 def set_any(elements) @__xmlele_any = elements end |