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.



9240
9241
9242
9243
9244
9245
9246
9247
9248
9249
9250
9251
9252
9253
9254
# File 'lib/eBay.rb', line 9240

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.



9229
9230
9231
# File 'lib/eBay.rb', line 9229

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



9230
9231
9232
# File 'lib/eBay.rb', line 9230

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



9222
9223
9224
# File 'lib/eBay.rb', line 9222

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



9226
9227
9228
# File 'lib/eBay.rb', line 9226

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



9223
9224
9225
# File 'lib/eBay.rb', line 9223

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



9227
9228
9229
# File 'lib/eBay.rb', line 9227

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



9224
9225
9226
# File 'lib/eBay.rb', line 9224

def messageID
  @messageID
end

#paginationObject

Returns the value of attribute pagination.



9234
9235
9236
# File 'lib/eBay.rb', line 9234

def pagination
  @pagination
end

#queryObject

Returns the value of attribute query.



9231
9232
9233
# File 'lib/eBay.rb', line 9231

def query
  @query
end

#searchInDescriptionObject

Returns the value of attribute searchInDescription.



9232
9233
9234
# File 'lib/eBay.rb', line 9232

def searchInDescription
  @searchInDescription
end

#searchWorldwideObject

Returns the value of attribute searchWorldwide.



9233
9234
9235
# File 'lib/eBay.rb', line 9233

def searchWorldwide
  @searchWorldwide
end

#versionObject

Returns the value of attribute version.



9225
9226
9227
# File 'lib/eBay.rb', line 9225

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



9228
9229
9230
# File 'lib/eBay.rb', line 9228

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



9236
9237
9238
# File 'lib/eBay.rb', line 9236

def set_any(elements)
  @__xmlele_any = elements
end