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.



4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
# File 'lib/eBay.rb', line 4539

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.



4530
4531
4532
# File 'lib/eBay.rb', line 4530

def __xmlele_any
  @__xmlele_any
end

#bidderStatusObject

Returns the value of attribute bidderStatus.



4532
4533
4534
# File 'lib/eBay.rb', line 4532

def bidderStatus
  @bidderStatus
end

#detailLevelObject

Returns the value of attribute detailLevel.



4523
4524
4525
# File 'lib/eBay.rb', line 4523

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4527
4528
4529
# File 'lib/eBay.rb', line 4527

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4524
4525
4526
# File 'lib/eBay.rb', line 4524

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4528
4529
4530
# File 'lib/eBay.rb', line 4528

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4525
4526
4527
# File 'lib/eBay.rb', line 4525

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



4533
4534
4535
# File 'lib/eBay.rb', line 4533

def pagination
  @pagination
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



4531
4532
4533
# File 'lib/eBay.rb', line 4531

def userCatalogID
  @userCatalogID
end

#versionObject

Returns the value of attribute version.



4526
4527
4528
# File 'lib/eBay.rb', line 4526

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4529
4530
4531
# File 'lib/eBay.rb', line 4529

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4535
4536
4537
# File 'lib/eBay.rb', line 4535

def set_any(elements)
  @__xmlele_any = elements
end