Class: EBay::GetSellingManagerSaleRecordRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetSellingManagerSaleRecordRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerSaleRecordRequestType
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)
transactionID - SOAP::SOAPString
orderID - (any)
orderLineItemID - SOAP::SOAPString
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.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#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, transactionID = nil, orderID = nil, orderLineItemID = nil) ⇒ GetSellingManagerSaleRecordRequestType
constructor
A new instance of GetSellingManagerSaleRecordRequestType.
- #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, transactionID = nil, orderID = nil, orderLineItemID = nil) ⇒ GetSellingManagerSaleRecordRequestType
Returns a new instance of GetSellingManagerSaleRecordRequestType.
4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 |
# File 'lib/eBay.rb', line 4869 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, transactionID = nil, orderID = nil, orderLineItemID = 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 @transactionID = transactionID @orderID = orderID @orderLineItemID = orderLineItemID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4859 4860 4861 |
# File 'lib/eBay.rb', line 4859 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
4858 4859 4860 |
# File 'lib/eBay.rb', line 4858 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4849 4850 4851 |
# File 'lib/eBay.rb', line 4849 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
4853 4854 4855 |
# File 'lib/eBay.rb', line 4853 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4854 4855 4856 |
# File 'lib/eBay.rb', line 4854 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4850 4851 4852 |
# File 'lib/eBay.rb', line 4850 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4855 4856 4857 |
# File 'lib/eBay.rb', line 4855 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
4860 4861 4862 |
# File 'lib/eBay.rb', line 4860 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4851 4852 4853 |
# File 'lib/eBay.rb', line 4851 def @messageID end |
#orderID ⇒ Object
Returns the value of attribute orderID.
4862 4863 4864 |
# File 'lib/eBay.rb', line 4862 def orderID @orderID end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
4863 4864 4865 |
# File 'lib/eBay.rb', line 4863 def orderLineItemID @orderLineItemID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
4856 4857 4858 |
# File 'lib/eBay.rb', line 4856 def outputSelector @outputSelector end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
4861 4862 4863 |
# File 'lib/eBay.rb', line 4861 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
4852 4853 4854 |
# File 'lib/eBay.rb', line 4852 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4857 4858 4859 |
# File 'lib/eBay.rb', line 4857 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4865 4866 4867 |
# File 'lib/eBay.rb', line 4865 def set_any(elements) @__xmlele_any = elements end |