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.



1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
# File 'lib/eBay.rb', line 1698

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.



1691
1692
1693
# File 'lib/eBay.rb', line 1691

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



1684
1685
1686
# File 'lib/eBay.rb', line 1684

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1688
1689
1690
# File 'lib/eBay.rb', line 1688

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1685
1686
1687
# File 'lib/eBay.rb', line 1685

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1689
1690
1691
# File 'lib/eBay.rb', line 1689

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1692
1693
1694
# File 'lib/eBay.rb', line 1692

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1686
1687
1688
# File 'lib/eBay.rb', line 1686

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



1687
1688
1689
# File 'lib/eBay.rb', line 1687

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1690
1691
1692
# File 'lib/eBay.rb', line 1690

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1694
1695
1696
# File 'lib/eBay.rb', line 1694

def set_any(elements)
  @__xmlele_any = elements
end