Class: EBay::GetSellerTransactionsRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetSellerTransactionsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellerTransactionsRequestType
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
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
pagination - EBay::PaginationType
includeFinalValueFee - SOAP::SOAPBoolean
includeContainingOrder - SOAP::SOAPBoolean
sKUArray - EBay::SKUArrayType
platform - EBay::TransactionPlatformCodeType
numberOfDays - SOAP::SOAPInt
inventoryTrackingMethod - EBay::InventoryTrackingMethodCodeType
includeCodiceFiscale - SOAP::SOAPBoolean
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.
-
#includeCodiceFiscale ⇒ Object
Returns the value of attribute includeCodiceFiscale.
-
#includeContainingOrder ⇒ Object
Returns the value of attribute includeContainingOrder.
-
#includeFinalValueFee ⇒ Object
Returns the value of attribute includeFinalValueFee.
-
#inventoryTrackingMethod ⇒ Object
Returns the value of attribute inventoryTrackingMethod.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#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.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#sKUArray ⇒ Object
Returns the value of attribute sKUArray.
-
#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, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil, platform = nil, numberOfDays = nil, inventoryTrackingMethod = nil, includeCodiceFiscale = nil) ⇒ GetSellerTransactionsRequestType
constructor
A new instance of GetSellerTransactionsRequestType.
- #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, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil, platform = nil, numberOfDays = nil, inventoryTrackingMethod = nil, includeCodiceFiscale = nil) ⇒ GetSellerTransactionsRequestType
Returns a new instance of GetSellerTransactionsRequestType.
4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 |
# File 'lib/eBay.rb', line 4545 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, modTimeFrom = nil, modTimeTo = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, sKUArray = nil, platform = nil, numberOfDays = nil, inventoryTrackingMethod = nil, includeCodiceFiscale = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @modTimeFrom = modTimeFrom @modTimeTo = modTimeTo @pagination = pagination @includeFinalValueFee = includeFinalValueFee @includeContainingOrder = includeContainingOrder @sKUArray = sKUArray @platform = platform @numberOfDays = numberOfDays @inventoryTrackingMethod = inventoryTrackingMethod @includeCodiceFiscale = includeCodiceFiscale end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4529 4530 4531 |
# File 'lib/eBay.rb', line 4529 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
4528 4529 4530 |
# File 'lib/eBay.rb', line 4528 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4519 4520 4521 |
# File 'lib/eBay.rb', line 4519 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
4523 4524 4525 |
# File 'lib/eBay.rb', line 4523 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4524 4525 4526 |
# File 'lib/eBay.rb', line 4524 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4520 4521 4522 |
# File 'lib/eBay.rb', line 4520 def errorLanguage @errorLanguage end |
#includeCodiceFiscale ⇒ Object
Returns the value of attribute includeCodiceFiscale.
4539 4540 4541 |
# File 'lib/eBay.rb', line 4539 def includeCodiceFiscale @includeCodiceFiscale end |
#includeContainingOrder ⇒ Object
Returns the value of attribute includeContainingOrder.
4534 4535 4536 |
# File 'lib/eBay.rb', line 4534 def includeContainingOrder @includeContainingOrder end |
#includeFinalValueFee ⇒ Object
Returns the value of attribute includeFinalValueFee.
4533 4534 4535 |
# File 'lib/eBay.rb', line 4533 def includeFinalValueFee @includeFinalValueFee end |
#inventoryTrackingMethod ⇒ Object
Returns the value of attribute inventoryTrackingMethod.
4538 4539 4540 |
# File 'lib/eBay.rb', line 4538 def inventoryTrackingMethod @inventoryTrackingMethod end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4525 4526 4527 |
# File 'lib/eBay.rb', line 4525 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4521 4522 4523 |
# File 'lib/eBay.rb', line 4521 def @messageID end |
#modTimeFrom ⇒ Object
Returns the value of attribute modTimeFrom.
4530 4531 4532 |
# File 'lib/eBay.rb', line 4530 def modTimeFrom @modTimeFrom end |
#modTimeTo ⇒ Object
Returns the value of attribute modTimeTo.
4531 4532 4533 |
# File 'lib/eBay.rb', line 4531 def modTimeTo @modTimeTo end |
#numberOfDays ⇒ Object
Returns the value of attribute numberOfDays.
4537 4538 4539 |
# File 'lib/eBay.rb', line 4537 def numberOfDays @numberOfDays end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
4526 4527 4528 |
# File 'lib/eBay.rb', line 4526 def outputSelector @outputSelector end |
#pagination ⇒ Object
Returns the value of attribute pagination.
4532 4533 4534 |
# File 'lib/eBay.rb', line 4532 def pagination @pagination end |
#platform ⇒ Object
Returns the value of attribute platform.
4536 4537 4538 |
# File 'lib/eBay.rb', line 4536 def platform @platform end |
#sKUArray ⇒ Object
Returns the value of attribute sKUArray.
4535 4536 4537 |
# File 'lib/eBay.rb', line 4535 def sKUArray @sKUArray end |
#version ⇒ Object
Returns the value of attribute version.
4522 4523 4524 |
# File 'lib/eBay.rb', line 4522 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4527 4528 4529 |
# File 'lib/eBay.rb', line 4527 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4541 4542 4543 |
# File 'lib/eBay.rb', line 4541 def set_any(elements) @__xmlele_any = elements end |