Class: GetProductSearchPageRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductSearchPageRequestType

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
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.



3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
# File 'lib/eBay.rb', line 3515

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.



3507
3508
3509
# File 'lib/eBay.rb', line 3507

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



3509
3510
3511
# File 'lib/eBay.rb', line 3509

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



3508
3509
3510
# File 'lib/eBay.rb', line 3508

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



3506
3507
3508
# File 'lib/eBay.rb', line 3506

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3497
3498
3499
# File 'lib/eBay.rb', line 3497

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3501
3502
3503
# File 'lib/eBay.rb', line 3501

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3502
3503
3504
# File 'lib/eBay.rb', line 3502

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3498
3499
3500
# File 'lib/eBay.rb', line 3498

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3503
3504
3505
# File 'lib/eBay.rb', line 3503

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3499
3500
3501
# File 'lib/eBay.rb', line 3499

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3504
3505
3506
# File 'lib/eBay.rb', line 3504

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



3500
3501
3502
# File 'lib/eBay.rb', line 3500

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3505
3506
3507
# File 'lib/eBay.rb', line 3505

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3511
3512
3513
# File 'lib/eBay.rb', line 3511

def set_any(elements)
  @__xmlele_any = elements
end