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.



2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
# File 'lib/eBay.rb', line 2415

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.



2405
2406
2407
# File 'lib/eBay.rb', line 2405

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



2407
2408
2409
# File 'lib/eBay.rb', line 2407

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



2406
2407
2408
# File 'lib/eBay.rb', line 2406

def attributeSystemVersion
  @attributeSystemVersion
end

#detailLevelObject

Returns the value of attribute detailLevel.



2398
2399
2400
# File 'lib/eBay.rb', line 2398

def detailLevel
  @detailLevel
end

#digitalDeliveryObject

Returns the value of attribute digitalDelivery.



2409
2410
2411
# File 'lib/eBay.rb', line 2409

def digitalDelivery
  @digitalDelivery
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2402
2403
2404
# File 'lib/eBay.rb', line 2402

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2399
2400
2401
# File 'lib/eBay.rb', line 2399

def errorLanguage
  @errorLanguage
end

#includeCategoryMappingDetailsObject

Returns the value of attribute includeCategoryMappingDetails.



2408
2409
2410
# File 'lib/eBay.rb', line 2408

def includeCategoryMappingDetails
  @includeCategoryMappingDetails
end

#invocationIDObject

Returns the value of attribute invocationID.



2403
2404
2405
# File 'lib/eBay.rb', line 2403

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2400
2401
2402
# File 'lib/eBay.rb', line 2400

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2401
2402
2403
# File 'lib/eBay.rb', line 2401

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2404
2405
2406
# File 'lib/eBay.rb', line 2404

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2411
2412
2413
# File 'lib/eBay.rb', line 2411

def set_any(elements)
  @__xmlele_any = elements
end