Class: GetProductsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductsRequestType

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
productSort - ProductSortCodeType
includeItemArray - SOAP::SOAPBoolean
includeReviewDetails - SOAP::SOAPBoolean
includeBuyingGuideDetails - SOAP::SOAPBoolean
includeHistogram - SOAP::SOAPBoolean
affiliateTrackingDetails - AffiliateTrackingDetailsType

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 = nil, productSort = nil, includeItemArray = nil, includeReviewDetails = nil, includeBuyingGuideDetails = nil, includeHistogram = nil, affiliateTrackingDetails = nil) ⇒ GetProductsRequestType

Returns a new instance of GetProductsRequestType.



3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
# File 'lib/eBay.rb', line 3669

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, productSearch = nil, productSort = nil, includeItemArray = nil, includeReviewDetails = nil, includeBuyingGuideDetails = nil, includeHistogram = nil, affiliateTrackingDetails = nil)
  @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
  @productSort = productSort
  @includeItemArray = includeItemArray
  @includeReviewDetails = includeReviewDetails
  @includeBuyingGuideDetails = includeBuyingGuideDetails
  @includeHistogram = includeHistogram
  @affiliateTrackingDetails = affiliateTrackingDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3656
3657
3658
# File 'lib/eBay.rb', line 3656

def __xmlele_any
  @__xmlele_any
end

#affiliateTrackingDetailsObject

Returns the value of attribute affiliateTrackingDetails.



3663
3664
3665
# File 'lib/eBay.rb', line 3663

def affiliateTrackingDetails
  @affiliateTrackingDetails
end

#botBlockObject

Returns the value of attribute botBlock.



3655
3656
3657
# File 'lib/eBay.rb', line 3655

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3646
3647
3648
# File 'lib/eBay.rb', line 3646

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3650
3651
3652
# File 'lib/eBay.rb', line 3650

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3651
3652
3653
# File 'lib/eBay.rb', line 3651

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3647
3648
3649
# File 'lib/eBay.rb', line 3647

def errorLanguage
  @errorLanguage
end

#includeBuyingGuideDetailsObject

Returns the value of attribute includeBuyingGuideDetails.



3661
3662
3663
# File 'lib/eBay.rb', line 3661

def includeBuyingGuideDetails
  @includeBuyingGuideDetails
end

#includeHistogramObject

Returns the value of attribute includeHistogram.



3662
3663
3664
# File 'lib/eBay.rb', line 3662

def includeHistogram
  @includeHistogram
end

#includeItemArrayObject

Returns the value of attribute includeItemArray.



3659
3660
3661
# File 'lib/eBay.rb', line 3659

def includeItemArray
  @includeItemArray
end

#includeReviewDetailsObject

Returns the value of attribute includeReviewDetails.



3660
3661
3662
# File 'lib/eBay.rb', line 3660

def includeReviewDetails
  @includeReviewDetails
end

#invocationIDObject

Returns the value of attribute invocationID.



3652
3653
3654
# File 'lib/eBay.rb', line 3652

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3648
3649
3650
# File 'lib/eBay.rb', line 3648

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3653
3654
3655
# File 'lib/eBay.rb', line 3653

def outputSelector
  @outputSelector
end

#productSearchObject

Returns the value of attribute productSearch.



3657
3658
3659
# File 'lib/eBay.rb', line 3657

def productSearch
  @productSearch
end

#productSortObject

Returns the value of attribute productSort.



3658
3659
3660
# File 'lib/eBay.rb', line 3658

def productSort
  @productSort
end

#versionObject

Returns the value of attribute version.



3649
3650
3651
# File 'lib/eBay.rb', line 3649

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3654
3655
3656
# File 'lib/eBay.rb', line 3654

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3665
3666
3667
# File 'lib/eBay.rb', line 3665

def set_any(elements)
  @__xmlele_any = elements
end