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", ["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")]],
["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, itemID = nil, bestOfferID = nil, bestOfferStatus = nil) ⇒ GetBestOffersRequestType

Returns a new instance of GetBestOffersRequestType.



2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
# File 'lib/eBay.rb', line 2026

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2017
2018
2019
# File 'lib/eBay.rb', line 2017

def __xmlele_any
  @__xmlele_any
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



2019
2020
2021
# File 'lib/eBay.rb', line 2019

def bestOfferID
  @bestOfferID
end

#bestOfferStatusObject

Returns the value of attribute bestOfferStatus.



2020
2021
2022
# File 'lib/eBay.rb', line 2020

def bestOfferStatus
  @bestOfferStatus
end

#detailLevelObject

Returns the value of attribute detailLevel.



2011
2012
2013
# File 'lib/eBay.rb', line 2011

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2015
2016
2017
# File 'lib/eBay.rb', line 2015

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2012
2013
2014
# File 'lib/eBay.rb', line 2012

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2016
2017
2018
# File 'lib/eBay.rb', line 2016

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2018
2019
2020
# File 'lib/eBay.rb', line 2018

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2013
2014
2015
# File 'lib/eBay.rb', line 2013

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2014
2015
2016
# File 'lib/eBay.rb', line 2014

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



2022
2023
2024
# File 'lib/eBay.rb', line 2022

def set_any(elements)
  @__xmlele_any = elements
end