Class: GetBestOffersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBestOffersRequestType

Constant Summary collapse

@@schema_type =
"GetBestOffersRequestType"
@@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")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["bestOfferID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BestOfferID")]],
  ["bestOfferStatus", ["BestOfferStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BestOfferStatus")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, bestOfferID = nil, bestOfferStatus = nil) ⇒ GetBestOffersRequestType

Returns a new instance of GetBestOffersRequestType.



2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
# File 'lib/eBay.rb', line 2636

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2627
2628
2629
# File 'lib/eBay.rb', line 2627

def __xmlele_any
  @__xmlele_any
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



2629
2630
2631
# File 'lib/eBay.rb', line 2629

def bestOfferID
  @bestOfferID
end

#bestOfferStatusObject

Returns the value of attribute bestOfferStatus.



2630
2631
2632
# File 'lib/eBay.rb', line 2630

def bestOfferStatus
  @bestOfferStatus
end

#detailLevelObject

Returns the value of attribute detailLevel.



2620
2621
2622
# File 'lib/eBay.rb', line 2620

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2624
2625
2626
# File 'lib/eBay.rb', line 2624

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2621
2622
2623
# File 'lib/eBay.rb', line 2621

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2625
2626
2627
# File 'lib/eBay.rb', line 2625

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2628
2629
2630
# File 'lib/eBay.rb', line 2628

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2622
2623
2624
# File 'lib/eBay.rb', line 2622

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2623
2624
2625
# File 'lib/eBay.rb', line 2623

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2626
2627
2628
# File 'lib/eBay.rb', line 2626

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2632
2633
2634
# File 'lib/eBay.rb', line 2632

def set_any(elements)
  @__xmlele_any = elements
end