Class: EBay::GetProductFamilyMembersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetProductFamilyMembersRequestType

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
productSearch - EBay::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 = []) ⇒ GetProductFamilyMembersRequestType

Returns a new instance of GetProductFamilyMembersRequestType.



3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
# File 'lib/eBay.rb', line 3879

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.



3872
3873
3874
# File 'lib/eBay.rb', line 3872

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



3871
3872
3873
# File 'lib/eBay.rb', line 3871

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



3862
3863
3864
# File 'lib/eBay.rb', line 3862

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3866
3867
3868
# File 'lib/eBay.rb', line 3866

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3867
3868
3869
# File 'lib/eBay.rb', line 3867

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3863
3864
3865
# File 'lib/eBay.rb', line 3863

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



3868
3869
3870
# File 'lib/eBay.rb', line 3868

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3864
3865
3866
# File 'lib/eBay.rb', line 3864

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3869
3870
3871
# File 'lib/eBay.rb', line 3869

def outputSelector
  @outputSelector
end

#productSearchObject

Returns the value of attribute productSearch.



3873
3874
3875
# File 'lib/eBay.rb', line 3873

def productSearch
  @productSearch
end

#versionObject

Returns the value of attribute version.



3865
3866
3867
# File 'lib/eBay.rb', line 3865

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



3870
3871
3872
# File 'lib/eBay.rb', line 3870

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



3875
3876
3877
# File 'lib/eBay.rb', line 3875

def set_any(elements)
  @__xmlele_any = elements
end