Class: EBay::GetAttributesCSRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAttributesCSRequestType

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
attributeSystemVersion - SOAP::SOAPString
attributeSetID - SOAP::SOAPInt
includeCategoryMappingDetails - SOAP::SOAPBoolean

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 = [], includeCategoryMappingDetails = nil) ⇒ GetAttributesCSRequestType

Returns a new instance of GetAttributesCSRequestType.



1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
# File 'lib/eBay.rb', line 1904

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1895
1896
1897
# File 'lib/eBay.rb', line 1895

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



1897
1898
1899
# File 'lib/eBay.rb', line 1897

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



1896
1897
1898
# File 'lib/eBay.rb', line 1896

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



1894
1895
1896
# File 'lib/eBay.rb', line 1894

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1885
1886
1887
# File 'lib/eBay.rb', line 1885

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1889
1890
1891
# File 'lib/eBay.rb', line 1889

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1890
1891
1892
# File 'lib/eBay.rb', line 1890

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1886
1887
1888
# File 'lib/eBay.rb', line 1886

def errorLanguage
  @errorLanguage
end

#includeCategoryMappingDetailsObject

Returns the value of attribute includeCategoryMappingDetails.



1898
1899
1900
# File 'lib/eBay.rb', line 1898

def includeCategoryMappingDetails
  @includeCategoryMappingDetails
end

#invocationIDObject

Returns the value of attribute invocationID.



1891
1892
1893
# File 'lib/eBay.rb', line 1891

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1887
1888
1889
# File 'lib/eBay.rb', line 1887

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1892
1893
1894
# File 'lib/eBay.rb', line 1892

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1888
1889
1890
# File 'lib/eBay.rb', line 1888

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1893
1894
1895
# File 'lib/eBay.rb', line 1893

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1900
1901
1902
# File 'lib/eBay.rb', line 1900

def set_any(elements)
  @__xmlele_any = elements
end