Class: EBay::GetProductSearchResultsRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchResultsRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
productSearch - EBay::ProductSearchType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, productSearch = []) ⇒ GetProductSearchResultsRequestType



4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
# File 'lib/eBay.rb', line 4072

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, productSearch = [])
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @productSearch = productSearch
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4065
4066
4067
# File 'lib/eBay.rb', line 4065

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4064
4065
4066
# File 'lib/eBay.rb', line 4064

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4055
4056
4057
# File 'lib/eBay.rb', line 4055

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4059
4060
4061
# File 'lib/eBay.rb', line 4059

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4060
4061
4062
# File 'lib/eBay.rb', line 4060

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4056
4057
4058
# File 'lib/eBay.rb', line 4056

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4061
4062
4063
# File 'lib/eBay.rb', line 4061

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4057
4058
4059
# File 'lib/eBay.rb', line 4057

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4062
4063
4064
# File 'lib/eBay.rb', line 4062

def outputSelector
  @outputSelector
end

#productSearchObject

Returns the value of attribute productSearch.



4066
4067
4068
# File 'lib/eBay.rb', line 4066

def productSearch
  @productSearch
end

#versionObject

Returns the value of attribute version.



4058
4059
4060
# File 'lib/eBay.rb', line 4058

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4063
4064
4065
# File 'lib/eBay.rb', line 4063

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4068
4069
4070
# File 'lib/eBay.rb', line 4068

def set_any(elements)
  @__xmlele_any = elements
end