Class: EBay::GetProductSearchPageRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchPageRequestType

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
attributeSystemVersion - SOAP::SOAPString
attributeSetID - SOAP::SOAPInt

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, attributeSystemVersion = nil, attributeSetID = []) ⇒ GetProductSearchPageRequestType

Returns a new instance of GetProductSearchPageRequestType.



4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
# File 'lib/eBay.rb', line 4025

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4017
4018
4019
# File 'lib/eBay.rb', line 4017

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



4019
4020
4021
# File 'lib/eBay.rb', line 4019

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



4018
4019
4020
# File 'lib/eBay.rb', line 4018

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



4016
4017
4018
# File 'lib/eBay.rb', line 4016

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4007
4008
4009
# File 'lib/eBay.rb', line 4007

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4011
4012
4013
# File 'lib/eBay.rb', line 4011

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4012
4013
4014
# File 'lib/eBay.rb', line 4012

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4008
4009
4010
# File 'lib/eBay.rb', line 4008

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4013
4014
4015
# File 'lib/eBay.rb', line 4013

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4009
4010
4011
# File 'lib/eBay.rb', line 4009

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4014
4015
4016
# File 'lib/eBay.rb', line 4014

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



4010
4011
4012
# File 'lib/eBay.rb', line 4010

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4015
4016
4017
# File 'lib/eBay.rb', line 4015

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4021
4022
4023
# File 'lib/eBay.rb', line 4021

def set_any(elements)
  @__xmlele_any = elements
end