Class: EBay::GetAdFormatLeadsRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetAdFormatLeadsRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
status - EBay::MessageStatusTypeCodeType
includeMemberMessages - SOAP::SOAPBoolean
startCreationTime - SOAP::SOAPDateTime
endCreationTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, status = nil, includeMemberMessages = nil, startCreationTime = nil, endCreationTime = nil) ⇒ GetAdFormatLeadsRequestType

Returns a new instance of GetAdFormatLeadsRequestType.



1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
# File 'lib/eBay.rb', line 1755

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, status = nil, includeMemberMessages = nil, startCreationTime = nil, endCreationTime = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @status = status
  @includeMemberMessages = includeMemberMessages
  @startCreationTime = startCreationTime
  @endCreationTime = endCreationTime
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1744
1745
1746
# File 'lib/eBay.rb', line 1744

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1743
1744
1745
# File 'lib/eBay.rb', line 1743

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1734
1735
1736
# File 'lib/eBay.rb', line 1734

def detailLevel
  @detailLevel
end

#endCreationTimeObject

Returns the value of attribute endCreationTime.



1749
1750
1751
# File 'lib/eBay.rb', line 1749

def endCreationTime
  @endCreationTime
end

#endUserIPObject

Returns the value of attribute endUserIP.



1738
1739
1740
# File 'lib/eBay.rb', line 1738

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1739
1740
1741
# File 'lib/eBay.rb', line 1739

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1735
1736
1737
# File 'lib/eBay.rb', line 1735

def errorLanguage
  @errorLanguage
end

#includeMemberMessagesObject

Returns the value of attribute includeMemberMessages.



1747
1748
1749
# File 'lib/eBay.rb', line 1747

def includeMemberMessages
  @includeMemberMessages
end

#invocationIDObject

Returns the value of attribute invocationID.



1740
1741
1742
# File 'lib/eBay.rb', line 1740

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1745
1746
1747
# File 'lib/eBay.rb', line 1745

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1736
1737
1738
# File 'lib/eBay.rb', line 1736

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1741
1742
1743
# File 'lib/eBay.rb', line 1741

def outputSelector
  @outputSelector
end

#startCreationTimeObject

Returns the value of attribute startCreationTime.



1748
1749
1750
# File 'lib/eBay.rb', line 1748

def startCreationTime
  @startCreationTime
end

#statusObject

Returns the value of attribute status.



1746
1747
1748
# File 'lib/eBay.rb', line 1746

def status
  @status
end

#versionObject

Returns the value of attribute version.



1737
1738
1739
# File 'lib/eBay.rb', line 1737

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1742
1743
1744
# File 'lib/eBay.rb', line 1742

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1751
1752
1753
# File 'lib/eBay.rb', line 1751

def set_any(elements)
  @__xmlele_any = elements
end