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", ["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")]],
  ["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, warningLevel = nil, categoryID = nil, query = nil, searchInDescription = nil, searchWorldwide = nil, pagination = nil) ⇒ GetWantItNowSearchResultsRequestType

Returns a new instance of GetWantItNowSearchResultsRequestType.



10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
# File 'lib/eBay.rb', line 10474

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, categoryID = nil, query = nil, searchInDescription = nil, searchWorldwide = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__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.



10463
10464
10465
# File 'lib/eBay.rb', line 10463

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



10464
10465
10466
# File 'lib/eBay.rb', line 10464

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



10456
10457
10458
# File 'lib/eBay.rb', line 10456

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10460
10461
10462
# File 'lib/eBay.rb', line 10460

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10457
10458
10459
# File 'lib/eBay.rb', line 10457

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10461
10462
10463
# File 'lib/eBay.rb', line 10461

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10458
10459
10460
# File 'lib/eBay.rb', line 10458

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



10468
10469
10470
# File 'lib/eBay.rb', line 10468

def pagination
  @pagination
end

#queryObject

Returns the value of attribute query.



10465
10466
10467
# File 'lib/eBay.rb', line 10465

def query
  @query
end

#searchInDescriptionObject

Returns the value of attribute searchInDescription.



10466
10467
10468
# File 'lib/eBay.rb', line 10466

def searchInDescription
  @searchInDescription
end

#searchWorldwideObject

Returns the value of attribute searchWorldwide.



10467
10468
10469
# File 'lib/eBay.rb', line 10467

def searchWorldwide
  @searchWorldwide
end

#versionObject

Returns the value of attribute version.



10459
10460
10461
# File 'lib/eBay.rb', line 10459

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



10462
10463
10464
# File 'lib/eBay.rb', line 10462

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



10470
10471
10472
# File 'lib/eBay.rb', line 10470

def set_any(elements)
  @__xmlele_any = elements
end