Class: GetWantItNowSearchResultsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetWantItNowSearchResultsRequestType

Constant Summary collapse

@@schema_type =
"GetWantItNowSearchResultsRequestType"
@@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")]],
["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]],
["query", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Query")]],
["searchInDescription", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SearchInDescription")]],
["searchWorldwide", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SearchWorldwide")]],
["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, categoryID = nil, query = nil, searchInDescription = nil, searchWorldwide = nil, pagination = nil) ⇒ GetWantItNowSearchResultsRequestType

Returns a new instance of GetWantItNowSearchResultsRequestType.



8358
8359
8360
8361
8362
8363
8364
8365
8366
8367
8368
8369
8370
8371
# File 'lib/eBay.rb', line 8358

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, categoryID = nil, query = nil, searchInDescription = nil, searchWorldwide = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @categoryID = categoryID
  @query = query
  @searchInDescription = searchInDescription
  @searchWorldwide = searchWorldwide
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8347
8348
8349
# File 'lib/eBay.rb', line 8347

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



8348
8349
8350
# File 'lib/eBay.rb', line 8348

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



8341
8342
8343
# File 'lib/eBay.rb', line 8341

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8345
8346
8347
# File 'lib/eBay.rb', line 8345

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8342
8343
8344
# File 'lib/eBay.rb', line 8342

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8346
8347
8348
# File 'lib/eBay.rb', line 8346

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8343
8344
8345
# File 'lib/eBay.rb', line 8343

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



8352
8353
8354
# File 'lib/eBay.rb', line 8352

def pagination
  @pagination
end

#queryObject

Returns the value of attribute query.



8349
8350
8351
# File 'lib/eBay.rb', line 8349

def query
  @query
end

#searchInDescriptionObject

Returns the value of attribute searchInDescription.



8350
8351
8352
# File 'lib/eBay.rb', line 8350

def searchInDescription
  @searchInDescription
end

#searchWorldwideObject

Returns the value of attribute searchWorldwide.



8351
8352
8353
# File 'lib/eBay.rb', line 8351

def searchWorldwide
  @searchWorldwide
end

#versionObject

Returns the value of attribute version.



8344
8345
8346
# File 'lib/eBay.rb', line 8344

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8354
8355
8356
# File 'lib/eBay.rb', line 8354

def set_any(elements)
  @__xmlele_any = elements
end