Class: GetBidderListRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetBidderListRequestType

Constant Summary collapse

@@schema_type =
"GetBidderListRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["activeItemsOnly", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ActiveItemsOnly")]],
  ["endTimeFrom", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTimeFrom")]],
  ["endTimeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTimeTo")]],
  ["userID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserID")]],
  ["granularityLevel", ["GranularityLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GranularityLevel")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil) ⇒ GetBidderListRequestType

Returns a new instance of GetBidderListRequestType.



2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
# File 'lib/eBay.rb', line 2348

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @activeItemsOnly = activeItemsOnly
  @endTimeFrom = endTimeFrom
  @endTimeTo = endTimeTo
  @userID = userID
  @granularityLevel = granularityLevel
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2337
2338
2339
# File 'lib/eBay.rb', line 2337

def __xmlele_any
  @__xmlele_any
end

#activeItemsOnlyObject

Returns the value of attribute activeItemsOnly.



2338
2339
2340
# File 'lib/eBay.rb', line 2338

def activeItemsOnly
  @activeItemsOnly
end

#detailLevelObject

Returns the value of attribute detailLevel.



2330
2331
2332
# File 'lib/eBay.rb', line 2330

def detailLevel
  @detailLevel
end

#endTimeFromObject

Returns the value of attribute endTimeFrom.



2339
2340
2341
# File 'lib/eBay.rb', line 2339

def endTimeFrom
  @endTimeFrom
end

#endTimeToObject

Returns the value of attribute endTimeTo.



2340
2341
2342
# File 'lib/eBay.rb', line 2340

def endTimeTo
  @endTimeTo
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2334
2335
2336
# File 'lib/eBay.rb', line 2334

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2331
2332
2333
# File 'lib/eBay.rb', line 2331

def errorLanguage
  @errorLanguage
end

#granularityLevelObject

Returns the value of attribute granularityLevel.



2342
2343
2344
# File 'lib/eBay.rb', line 2342

def granularityLevel
  @granularityLevel
end

#invocationIDObject

Returns the value of attribute invocationID.



2335
2336
2337
# File 'lib/eBay.rb', line 2335

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2332
2333
2334
# File 'lib/eBay.rb', line 2332

def messageID
  @messageID
end

#userIDObject

Returns the value of attribute userID.



2341
2342
2343
# File 'lib/eBay.rb', line 2341

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



2333
2334
2335
# File 'lib/eBay.rb', line 2333

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2336
2337
2338
# File 'lib/eBay.rb', line 2336

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2344
2345
2346
# File 'lib/eBay.rb', line 2344

def set_any(elements)
  @__xmlele_any = elements
end