Class: EBay::GetItemTransactionsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetItemTransactionsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemTransactionsRequestType
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)
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
transactionID - SOAP::SOAPString
pagination - EBay::PaginationType
includeFinalValueFee - SOAP::SOAPBoolean
includeContainingOrder - SOAP::SOAPBoolean
platform - EBay::TransactionPlatformCodeType
numberOfDays - SOAP::SOAPInt
includeVariations - SOAP::SOAPBoolean
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.
-
#includeContainingOrder ⇒ Object
Returns the value of attribute includeContainingOrder.
-
#includeFinalValueFee ⇒ Object
Returns the value of attribute includeFinalValueFee.
-
#includeVariations ⇒ Object
Returns the value of attribute includeVariations.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
-
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
-
#numberOfDays ⇒ Object
Returns the value of attribute numberOfDays.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#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, modTimeFrom = nil, modTimeTo = nil, transactionID = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, platform = nil, numberOfDays = nil, includeVariations = nil, orderLineItemID = nil) ⇒ GetItemTransactionsRequestType
constructor
A new instance of GetItemTransactionsRequestType.
- #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, modTimeFrom = nil, modTimeTo = nil, transactionID = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, platform = nil, numberOfDays = nil, includeVariations = nil, orderLineItemID = nil) ⇒ GetItemTransactionsRequestType
Returns a new instance of GetItemTransactionsRequestType.
3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 |
# File 'lib/eBay.rb', line 3057 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, modTimeFrom = nil, modTimeTo = nil, transactionID = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, platform = nil, numberOfDays = nil, includeVariations = 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 @modTimeFrom = modTimeFrom @modTimeTo = modTimeTo @transactionID = transactionID @pagination = pagination @includeFinalValueFee = includeFinalValueFee @includeContainingOrder = includeContainingOrder @platform = platform @numberOfDays = numberOfDays @includeVariations = includeVariations @orderLineItemID = orderLineItemID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3040 3041 3042 |
# File 'lib/eBay.rb', line 3040 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3039 3040 3041 |
# File 'lib/eBay.rb', line 3039 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3030 3031 3032 |
# File 'lib/eBay.rb', line 3030 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3034 3035 3036 |
# File 'lib/eBay.rb', line 3034 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3035 3036 3037 |
# File 'lib/eBay.rb', line 3035 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3031 3032 3033 |
# File 'lib/eBay.rb', line 3031 def errorLanguage @errorLanguage end |
#includeContainingOrder ⇒ Object
Returns the value of attribute includeContainingOrder.
3047 3048 3049 |
# File 'lib/eBay.rb', line 3047 def includeContainingOrder @includeContainingOrder end |
#includeFinalValueFee ⇒ Object
Returns the value of attribute includeFinalValueFee.
3046 3047 3048 |
# File 'lib/eBay.rb', line 3046 def includeFinalValueFee @includeFinalValueFee end |
#includeVariations ⇒ Object
Returns the value of attribute includeVariations.
3050 3051 3052 |
# File 'lib/eBay.rb', line 3050 def includeVariations @includeVariations end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3036 3037 3038 |
# File 'lib/eBay.rb', line 3036 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
3041 3042 3043 |
# File 'lib/eBay.rb', line 3041 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3032 3033 3034 |
# File 'lib/eBay.rb', line 3032 def @messageID end |
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
3042 3043 3044 |
# File 'lib/eBay.rb', line 3042 def modTimeFrom @modTimeFrom end |
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
3043 3044 3045 |
# File 'lib/eBay.rb', line 3043 def modTimeTo @modTimeTo end |
#numberOfDays ⇒ Object
Returns the value of attribute numberOfDays.
3049 3050 3051 |
# File 'lib/eBay.rb', line 3049 def numberOfDays @numberOfDays end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
3051 3052 3053 |
# File 'lib/eBay.rb', line 3051 def orderLineItemID @orderLineItemID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3037 3038 3039 |
# File 'lib/eBay.rb', line 3037 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
3045 3046 3047 |
# File 'lib/eBay.rb', line 3045 def pagination @pagination end |
#platform ⇒ Object
Returns the value of attribute platform.
3048 3049 3050 |
# File 'lib/eBay.rb', line 3048 def platform @platform end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
3044 3045 3046 |
# File 'lib/eBay.rb', line 3044 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
3033 3034 3035 |
# File 'lib/eBay.rb', line 3033 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3038 3039 3040 |
# File 'lib/eBay.rb', line 3038 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3053 3054 3055 |
# File 'lib/eBay.rb', line 3053 def set_any(elements) @__xmlele_any = elements end |