Class: EBay::GetWantItNowSearchResultsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetWantItNowSearchResultsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetWantItNowSearchResultsRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
categoryID - SOAP::SOAPString
query - SOAP::SOAPString
searchInDescription - SOAP::SOAPBoolean
searchWorldwide - SOAP::SOAPBoolean
pagination - EBay::PaginationType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#query ⇒ Object
Returns the value of attribute query.
-
#searchInDescription ⇒ Object
Returns the value of attribute searchInDescription.
-
#searchWorldwide ⇒ Object
Returns the value of attribute searchWorldwide.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, query = nil, searchInDescription = nil, searchWorldwide = nil, pagination = nil) ⇒ GetWantItNowSearchResultsRequestType
constructor
A new instance of GetWantItNowSearchResultsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, query = nil, searchInDescription = nil, searchWorldwide = nil, pagination = nil) ⇒ GetWantItNowSearchResultsRequestType
Returns a new instance of GetWantItNowSearchResultsRequestType.
5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 |
# File 'lib/eBay.rb', line 5969 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, query = nil, searchInDescription = nil, searchWorldwide = nil, pagination = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @categoryID = categoryID @query = query @searchInDescription = searchInDescription @searchWorldwide = searchWorldwide @pagination = pagination end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5958 5959 5960 |
# File 'lib/eBay.rb', line 5958 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
5957 5958 5959 |
# File 'lib/eBay.rb', line 5957 def botBlock @botBlock end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
5959 5960 5961 |
# File 'lib/eBay.rb', line 5959 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5948 5949 5950 |
# File 'lib/eBay.rb', line 5948 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
5952 5953 5954 |
# File 'lib/eBay.rb', line 5952 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5953 5954 5955 |
# File 'lib/eBay.rb', line 5953 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5949 5950 5951 |
# File 'lib/eBay.rb', line 5949 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5954 5955 5956 |
# File 'lib/eBay.rb', line 5954 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5950 5951 5952 |
# File 'lib/eBay.rb', line 5950 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
5955 5956 5957 |
# File 'lib/eBay.rb', line 5955 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
5963 5964 5965 |
# File 'lib/eBay.rb', line 5963 def pagination @pagination end |
#query ⇒ Object
Returns the value of attribute query.
5960 5961 5962 |
# File 'lib/eBay.rb', line 5960 def query @query end |
#searchInDescription ⇒ Object
Returns the value of attribute searchInDescription.
5961 5962 5963 |
# File 'lib/eBay.rb', line 5961 def searchInDescription @searchInDescription end |
#searchWorldwide ⇒ Object
Returns the value of attribute searchWorldwide.
5962 5963 5964 |
# File 'lib/eBay.rb', line 5962 def searchWorldwide @searchWorldwide end |
#version ⇒ Object
Returns the value of attribute version.
5951 5952 5953 |
# File 'lib/eBay.rb', line 5951 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5956 5957 5958 |
# File 'lib/eBay.rb', line 5956 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5965 5966 5967 |
# File 'lib/eBay.rb', line 5965 def set_any(elements) @__xmlele_any = elements end |