Class: GetProductFinderRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFinderRequestType

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
productFinderID - 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, productFinderID = []) ⇒ GetProductFinderRequestType

Returns a new instance of GetProductFinderRequestType.



3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
# File 'lib/eBay.rb', line 3417

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, attributeSystemVersion = nil, productFinderID = [])
  @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
  @productFinderID = productFinderID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3409
3410
3411
# File 'lib/eBay.rb', line 3409

def __xmlele_any
  @__xmlele_any
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



3410
3411
3412
# File 'lib/eBay.rb', line 3410

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



3408
3409
3410
# File 'lib/eBay.rb', line 3408

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3399
3400
3401
# File 'lib/eBay.rb', line 3399

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3403
3404
3405
# File 'lib/eBay.rb', line 3403

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3404
3405
3406
# File 'lib/eBay.rb', line 3404

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3400
3401
3402
# File 'lib/eBay.rb', line 3400

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3405
3406
3407
# File 'lib/eBay.rb', line 3405

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3401
3402
3403
# File 'lib/eBay.rb', line 3401

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3406
3407
3408
# File 'lib/eBay.rb', line 3406

def outputSelector
  @outputSelector
end

#productFinderIDObject

Returns the value of attribute productFinderID.



3411
3412
3413
# File 'lib/eBay.rb', line 3411

def productFinderID
  @productFinderID
end

#versionObject

Returns the value of attribute version.



3402
3403
3404
# File 'lib/eBay.rb', line 3402

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3407
3408
3409
# File 'lib/eBay.rb', line 3407

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3413
3414
3415
# File 'lib/eBay.rb', line 3413

def set_any(elements)
  @__xmlele_any = elements
end