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.



2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
# File 'lib/eBay.rb', line 2234

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.



2225
2226
2227
# File 'lib/eBay.rb', line 2225

def __xmlele_any
  @__xmlele_any
end

#bestOfferIDObject

Returns the value of attribute bestOfferID.



2227
2228
2229
# File 'lib/eBay.rb', line 2227

def bestOfferID
  @bestOfferID
end

#bestOfferStatusObject

Returns the value of attribute bestOfferStatus.



2228
2229
2230
# File 'lib/eBay.rb', line 2228

def bestOfferStatus
  @bestOfferStatus
end

#detailLevelObject

Returns the value of attribute detailLevel.



2218
2219
2220
# File 'lib/eBay.rb', line 2218

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2222
2223
2224
# File 'lib/eBay.rb', line 2222

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2219
2220
2221
# File 'lib/eBay.rb', line 2219

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2223
2224
2225
# File 'lib/eBay.rb', line 2223

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2226
2227
2228
# File 'lib/eBay.rb', line 2226

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2220
2221
2222
# File 'lib/eBay.rb', line 2220

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2221
2222
2223
# File 'lib/eBay.rb', line 2221

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2224
2225
2226
# File 'lib/eBay.rb', line 2224

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2230
2231
2232
# File 'lib/eBay.rb', line 2230

def set_any(elements)
  @__xmlele_any = elements
end