Class: EBay::GetAdFormatLeadsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetAdFormatLeadsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetAdFormatLeadsRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endCreationTime ⇒ Object
Returns the value of attribute endCreationTime.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#includeMemberMessages ⇒ Object
Returns the value of attribute includeMemberMessages.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#startCreationTime ⇒ Object
Returns the value of attribute startCreationTime.
-
#status ⇒ Object
Returns the value of attribute status.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetAdFormatLeadsRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1744 1745 1746 |
# File 'lib/eBay.rb', line 1744 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
1743 1744 1745 |
# File 'lib/eBay.rb', line 1743 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1734 1735 1736 |
# File 'lib/eBay.rb', line 1734 def detailLevel @detailLevel end |
#endCreationTime ⇒ Object
Returns the value of attribute endCreationTime.
1749 1750 1751 |
# File 'lib/eBay.rb', line 1749 def endCreationTime @endCreationTime end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
1738 1739 1740 |
# File 'lib/eBay.rb', line 1738 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1739 1740 1741 |
# File 'lib/eBay.rb', line 1739 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1735 1736 1737 |
# File 'lib/eBay.rb', line 1735 def errorLanguage @errorLanguage end |
#includeMemberMessages ⇒ Object
Returns the value of attribute includeMemberMessages.
1747 1748 1749 |
# File 'lib/eBay.rb', line 1747 def includeMemberMessages @includeMemberMessages end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1740 1741 1742 |
# File 'lib/eBay.rb', line 1740 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1745 1746 1747 |
# File 'lib/eBay.rb', line 1745 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1736 1737 1738 |
# File 'lib/eBay.rb', line 1736 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
1741 1742 1743 |
# File 'lib/eBay.rb', line 1741 def outputSelector @outputSelector end |
#startCreationTime ⇒ Object
Returns the value of attribute startCreationTime.
1748 1749 1750 |
# File 'lib/eBay.rb', line 1748 def startCreationTime @startCreationTime end |
#status ⇒ Object
Returns the value of attribute status.
1746 1747 1748 |
# File 'lib/eBay.rb', line 1746 def status @status end |
#version ⇒ Object
Returns the value of attribute version.
1737 1738 1739 |
# File 'lib/eBay.rb', line 1737 def version @version end |
#warningLevel ⇒ Object
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 |