Class: GetLiveAuctionBiddersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetLiveAuctionBiddersRequestType

Constant Summary collapse

@@schema_type =
"GetLiveAuctionBiddersRequestType"
@@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")]],
  ["userCatalogID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserCatalogID")]],
  ["bidderStatus", ["BidderStatusCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidderStatus")]],
  ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, userCatalogID = nil, bidderStatus = [], pagination = nil) ⇒ GetLiveAuctionBiddersRequestType

Returns a new instance of GetLiveAuctionBiddersRequestType.



5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
# File 'lib/eBay.rb', line 5230

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, userCatalogID = nil, bidderStatus = [], pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @userCatalogID = userCatalogID
  @bidderStatus = bidderStatus
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5221
5222
5223
# File 'lib/eBay.rb', line 5221

def __xmlele_any
  @__xmlele_any
end

#bidderStatusObject

Returns the value of attribute bidderStatus.



5223
5224
5225
# File 'lib/eBay.rb', line 5223

def bidderStatus
  @bidderStatus
end

#detailLevelObject

Returns the value of attribute detailLevel.



5214
5215
5216
# File 'lib/eBay.rb', line 5214

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5218
5219
5220
# File 'lib/eBay.rb', line 5218

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5215
5216
5217
# File 'lib/eBay.rb', line 5215

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5219
5220
5221
# File 'lib/eBay.rb', line 5219

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



5216
5217
5218
# File 'lib/eBay.rb', line 5216

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



5224
5225
5226
# File 'lib/eBay.rb', line 5224

def pagination
  @pagination
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



5222
5223
5224
# File 'lib/eBay.rb', line 5222

def userCatalogID
  @userCatalogID
end

#versionObject

Returns the value of attribute version.



5217
5218
5219
# File 'lib/eBay.rb', line 5217

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5220
5221
5222
# File 'lib/eBay.rb', line 5220

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5226
5227
5228
# File 'lib/eBay.rb', line 5226

def set_any(elements)
  @__xmlele_any = elements
end