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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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, itemID = nil) ⇒ GetAdFormatLeadsRequestType

Returns a new instance of GetAdFormatLeadsRequestType.



1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/eBay.rb', line 1518

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1511
1512
1513
# File 'lib/eBay.rb', line 1511

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



1505
1506
1507
# File 'lib/eBay.rb', line 1505

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1509
1510
1511
# File 'lib/eBay.rb', line 1509

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1506
1507
1508
# File 'lib/eBay.rb', line 1506

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1510
1511
1512
# File 'lib/eBay.rb', line 1510

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1512
1513
1514
# File 'lib/eBay.rb', line 1512

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1507
1508
1509
# File 'lib/eBay.rb', line 1507

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



1508
1509
1510
# File 'lib/eBay.rb', line 1508

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1514
1515
1516
# File 'lib/eBay.rb', line 1514

def set_any(elements)
  @__xmlele_any = elements
end