Class: GetProductSearchResultsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchResultsRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
productSearch - 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

Returns a new instance of GetProductSearchResultsRequestType.



3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
# File 'lib/eBay.rb', line 3562

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.



3555
3556
3557
# File 'lib/eBay.rb', line 3555

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3554
3555
3556
# File 'lib/eBay.rb', line 3554

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3545
3546
3547
# File 'lib/eBay.rb', line 3545

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3549
3550
3551
# File 'lib/eBay.rb', line 3549

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3550
3551
3552
# File 'lib/eBay.rb', line 3550

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3546
3547
3548
# File 'lib/eBay.rb', line 3546

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3551
3552
3553
# File 'lib/eBay.rb', line 3551

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3547
3548
3549
# File 'lib/eBay.rb', line 3547

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3552
3553
3554
# File 'lib/eBay.rb', line 3552

def outputSelector
  @outputSelector
end

#productSearchObject

Returns the value of attribute productSearch.



3556
3557
3558
# File 'lib/eBay.rb', line 3556

def productSearch
  @productSearch
end

#versionObject

Returns the value of attribute version.



3548
3549
3550
# File 'lib/eBay.rb', line 3548

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3553
3554
3555
# File 'lib/eBay.rb', line 3553

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3558
3559
3560
# File 'lib/eBay.rb', line 3558

def set_any(elements)
  @__xmlele_any = elements
end