Class: GetHighBiddersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetHighBiddersRequestType

Constant Summary collapse

@@schema_type =
"GetHighBiddersRequestType"
@@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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil) ⇒ GetHighBiddersRequestType

Returns a new instance of GetHighBiddersRequestType.



3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
# File 'lib/eBay.rb', line 3582

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @itemID = itemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3575
3576
3577
# File 'lib/eBay.rb', line 3575

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



3569
3570
3571
# File 'lib/eBay.rb', line 3569

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3573
3574
3575
# File 'lib/eBay.rb', line 3573

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3570
3571
3572
# File 'lib/eBay.rb', line 3570

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3574
3575
3576
# File 'lib/eBay.rb', line 3574

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



3576
3577
3578
# File 'lib/eBay.rb', line 3576

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



3571
3572
3573
# File 'lib/eBay.rb', line 3571

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



3572
3573
3574
# File 'lib/eBay.rb', line 3572

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



3578
3579
3580
# File 'lib/eBay.rb', line 3578

def set_any(elements)
  @__xmlele_any = elements
end