Class: GetAdFormatLeadsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAdFormatLeadsRequestType

Constant Summary collapse

@@schema_type =
"GetAdFormatLeadsRequestType"
@@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")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil) ⇒ GetAdFormatLeadsRequestType

Returns a new instance of GetAdFormatLeadsRequestType.



2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
# File 'lib/eBay.rb', line 2085

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @itemID = itemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2078
2079
2080
# File 'lib/eBay.rb', line 2078

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



2071
2072
2073
# File 'lib/eBay.rb', line 2071

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2075
2076
2077
# File 'lib/eBay.rb', line 2075

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2072
2073
2074
# File 'lib/eBay.rb', line 2072

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2076
2077
2078
# File 'lib/eBay.rb', line 2076

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2079
2080
2081
# File 'lib/eBay.rb', line 2079

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2073
2074
2075
# File 'lib/eBay.rb', line 2073

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



2074
2075
2076
# File 'lib/eBay.rb', line 2074

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2077
2078
2079
# File 'lib/eBay.rb', line 2077

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2081
2082
2083
# File 'lib/eBay.rb', line 2081

def set_any(elements)
  @__xmlele_any = elements
end