Class: EBay::GetBidderListRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetBidderListRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetBidderListRequestType
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
activeItemsOnly - SOAP::SOAPBoolean
endTimeFrom - SOAP::SOAPDateTime
endTimeTo - SOAP::SOAPDateTime
userID - (any)
granularityLevel - EBay::GranularityLevelCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#activeItemsOnly ⇒ Object
Returns the value of attribute activeItemsOnly.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endTimeFrom ⇒ Object
Returns the value of attribute endTimeFrom.
-
#endTimeTo ⇒ Object
Returns the value of attribute endTimeTo.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#granularityLevel ⇒ Object
Returns the value of attribute granularityLevel.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#userID ⇒ Object
Returns the value of attribute userID.
-
#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, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil) ⇒ GetBidderListRequestType
constructor
A new instance of GetBidderListRequestType.
- #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, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil) ⇒ GetBidderListRequestType
Returns a new instance of GetBidderListRequestType.
2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 |
# File 'lib/eBay.rb', line 2064 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @activeItemsOnly = activeItemsOnly @endTimeFrom = endTimeFrom @endTimeTo = endTimeTo @userID = userID @granularityLevel = granularityLevel end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2053 2054 2055 |
# File 'lib/eBay.rb', line 2053 def __xmlele_any @__xmlele_any end |
#activeItemsOnly ⇒ Object
Returns the value of attribute activeItemsOnly.
2054 2055 2056 |
# File 'lib/eBay.rb', line 2054 def activeItemsOnly @activeItemsOnly end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2052 2053 2054 |
# File 'lib/eBay.rb', line 2052 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2043 2044 2045 |
# File 'lib/eBay.rb', line 2043 def detailLevel @detailLevel end |
#endTimeFrom ⇒ Object
Returns the value of attribute endTimeFrom.
2055 2056 2057 |
# File 'lib/eBay.rb', line 2055 def endTimeFrom @endTimeFrom end |
#endTimeTo ⇒ Object
Returns the value of attribute endTimeTo.
2056 2057 2058 |
# File 'lib/eBay.rb', line 2056 def endTimeTo @endTimeTo end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2047 2048 2049 |
# File 'lib/eBay.rb', line 2047 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2048 2049 2050 |
# File 'lib/eBay.rb', line 2048 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2044 2045 2046 |
# File 'lib/eBay.rb', line 2044 def errorLanguage @errorLanguage end |
#granularityLevel ⇒ Object
Returns the value of attribute granularityLevel.
2058 2059 2060 |
# File 'lib/eBay.rb', line 2058 def granularityLevel @granularityLevel end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2049 2050 2051 |
# File 'lib/eBay.rb', line 2049 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2045 2046 2047 |
# File 'lib/eBay.rb', line 2045 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2050 2051 2052 |
# File 'lib/eBay.rb', line 2050 def outputSelector @outputSelector end |
#userID ⇒ Object
Returns the value of attribute userID.
2057 2058 2059 |
# File 'lib/eBay.rb', line 2057 def userID @userID end |
#version ⇒ Object
Returns the value of attribute version.
2046 2047 2048 |
# File 'lib/eBay.rb', line 2046 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2051 2052 2053 |
# File 'lib/eBay.rb', line 2051 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2060 2061 2062 |
# File 'lib/eBay.rb', line 2060 def set_any(elements) @__xmlele_any = elements end |