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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["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")]],
  ["digitalDelivery", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DigitalDelivery")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetAttributesCSRequestType.



2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
# File 'lib/eBay.rb', line 2019

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2009
2010
2011
# File 'lib/eBay.rb', line 2009

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



2011
2012
2013
# File 'lib/eBay.rb', line 2011

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



2010
2011
2012
# File 'lib/eBay.rb', line 2010

def attributeSystemVersion
  @attributeSystemVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



2002
2003
2004
# File 'lib/eBay.rb', line 2002

def detailLevel
  @detailLevel
end

#digitalDeliveryObject

Returns the value of attribute digitalDelivery.



2013
2014
2015
# File 'lib/eBay.rb', line 2013

def digitalDelivery
  @digitalDelivery
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2006
2007
2008
# File 'lib/eBay.rb', line 2006

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2003
2004
2005
# File 'lib/eBay.rb', line 2003

def errorLanguage
  @errorLanguage
end

#includeCategoryMappingDetailsObject

Returns the value of attribute includeCategoryMappingDetails.



2012
2013
2014
# File 'lib/eBay.rb', line 2012

def includeCategoryMappingDetails
  @includeCategoryMappingDetails
end

#invocationIDObject

Returns the value of attribute invocationID.



2007
2008
2009
# File 'lib/eBay.rb', line 2007

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2004
2005
2006
# File 'lib/eBay.rb', line 2004

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2005
2006
2007
# File 'lib/eBay.rb', line 2005

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2008
2009
2010
# File 'lib/eBay.rb', line 2008

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2015
2016
2017
# File 'lib/eBay.rb', line 2015

def set_any(elements)
  @__xmlele_any = elements
end