Class: EBay::GetAttributesCSRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetAttributesCSRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetAttributesCSRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
-
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#includeCategoryMappingDetails ⇒ Object
Returns the value of attribute includeCategoryMappingDetails.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetAttributesCSRequestType.
- #set_any(elements) ⇒ Object
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, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, attributeSystemVersion = nil, attributeSetID = [], includeCategoryMappingDetails = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1895 1896 1897 |
# File 'lib/eBay.rb', line 1895 def __xmlele_any @__xmlele_any end |
#attributeSetID ⇒ Object
Returns the value of attribute attributeSetID.
1897 1898 1899 |
# File 'lib/eBay.rb', line 1897 def attributeSetID @attributeSetID end |
#attributeSystemVersion ⇒ Object
Returns the value of attribute attributeSystemVersion.
1896 1897 1898 |
# File 'lib/eBay.rb', line 1896 def attributeSystemVersion @attributeSystemVersion end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
1894 1895 1896 |
# File 'lib/eBay.rb', line 1894 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1885 1886 1887 |
# File 'lib/eBay.rb', line 1885 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
1889 1890 1891 |
# File 'lib/eBay.rb', line 1889 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1890 1891 1892 |
# File 'lib/eBay.rb', line 1890 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1886 1887 1888 |
# File 'lib/eBay.rb', line 1886 def errorLanguage @errorLanguage end |
#includeCategoryMappingDetails ⇒ Object
Returns the value of attribute includeCategoryMappingDetails.
1898 1899 1900 |
# File 'lib/eBay.rb', line 1898 def includeCategoryMappingDetails @includeCategoryMappingDetails end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1891 1892 1893 |
# File 'lib/eBay.rb', line 1891 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1887 1888 1889 |
# File 'lib/eBay.rb', line 1887 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
1892 1893 1894 |
# File 'lib/eBay.rb', line 1892 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
1888 1889 1890 |
# File 'lib/eBay.rb', line 1888 def version @version end |
#warningLevel ⇒ Object
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 |