Class: GetAttributesCSRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetAttributesCSRequestType

Constant Summary collapse

@@schema_type =
"GetAttributesCSRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["attributeSystemVersion", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSystemVersion")]],
["attributeSetID", ["SOAP::SOAPInt[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSetID")]],
["includeCategoryMappingDetails", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeCategoryMappingDetails")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, attributeSystemVersion = nil, attributeSetID = [], includeCategoryMappingDetails = nil) ⇒ GetAttributesCSRequestType

Returns a new instance of GetAttributesCSRequestType.



1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
# File 'lib/eBay.rb', line 1822

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, attributeSystemVersion = nil, attributeSetID = [], includeCategoryMappingDetails = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @attributeSystemVersion = attributeSystemVersion
  @attributeSetID = attributeSetID
  @includeCategoryMappingDetails = includeCategoryMappingDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1813
1814
1815
# File 'lib/eBay.rb', line 1813

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



1815
1816
1817
# File 'lib/eBay.rb', line 1815

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



1814
1815
1816
# File 'lib/eBay.rb', line 1814

def attributeSystemVersion
  @attributeSystemVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



1807
1808
1809
# File 'lib/eBay.rb', line 1807

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1811
1812
1813
# File 'lib/eBay.rb', line 1811

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1808
1809
1810
# File 'lib/eBay.rb', line 1808

def errorLanguage
  @errorLanguage
end

#includeCategoryMappingDetailsObject

Returns the value of attribute includeCategoryMappingDetails.



1816
1817
1818
# File 'lib/eBay.rb', line 1816

def includeCategoryMappingDetails
  @includeCategoryMappingDetails
end

#invocationIDObject

Returns the value of attribute invocationID.



1812
1813
1814
# File 'lib/eBay.rb', line 1812

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1809
1810
1811
# File 'lib/eBay.rb', line 1809

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



1810
1811
1812
# File 'lib/eBay.rb', line 1810

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1818
1819
1820
# File 'lib/eBay.rb', line 1818

def set_any(elements)
  @__xmlele_any = elements
end