Class: GetItemTransactionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemTransactionsRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
itemID - (any)
modTimeFrom - SOAP::SOAPDateTime
modTimeTo - SOAP::SOAPDateTime
transactionID - SOAP::SOAPString
pagination - PaginationType
includeFinalValueFee - SOAP::SOAPBoolean
includeContainingOrder - SOAP::SOAPBoolean
platform - TransactionPlatformCodeType
numberOfDays - SOAP::SOAPInt

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, modTimeFrom = nil, modTimeTo = nil, transactionID = nil, pagination = nil, includeFinalValueFee = nil, includeContainingOrder = nil, platform = nil, numberOfDays = nil) ⇒ GetItemTransactionsRequestType

Returns a new instance of GetItemTransactionsRequestType.



2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
# File 'lib/eBay.rb', line 2456

def 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)
  @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
  @modTimeFrom = modTimeFrom
  @modTimeTo = modTimeTo
  @transactionID = transactionID
  @pagination = pagination
  @includeFinalValueFee = includeFinalValueFee
  @includeContainingOrder = includeContainingOrder
  @platform = platform
  @numberOfDays = numberOfDays
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2441
2442
2443
# File 'lib/eBay.rb', line 2441

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2440
2441
2442
# File 'lib/eBay.rb', line 2440

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2431
2432
2433
# File 'lib/eBay.rb', line 2431

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2435
2436
2437
# File 'lib/eBay.rb', line 2435

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2436
2437
2438
# File 'lib/eBay.rb', line 2436

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2432
2433
2434
# File 'lib/eBay.rb', line 2432

def errorLanguage
  @errorLanguage
end

#includeContainingOrderObject

Returns the value of attribute includeContainingOrder.



2448
2449
2450
# File 'lib/eBay.rb', line 2448

def includeContainingOrder
  @includeContainingOrder
end

#includeFinalValueFeeObject

Returns the value of attribute includeFinalValueFee.



2447
2448
2449
# File 'lib/eBay.rb', line 2447

def includeFinalValueFee
  @includeFinalValueFee
end

#invocationIDObject

Returns the value of attribute invocationID.



2437
2438
2439
# File 'lib/eBay.rb', line 2437

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



2442
2443
2444
# File 'lib/eBay.rb', line 2442

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2433
2434
2435
# File 'lib/eBay.rb', line 2433

def messageID
  @messageID
end

#modTimeFromObject

Returns the value of attribute modTimeFrom.



2443
2444
2445
# File 'lib/eBay.rb', line 2443

def modTimeFrom
  @modTimeFrom
end

#modTimeToObject

Returns the value of attribute modTimeTo.



2444
2445
2446
# File 'lib/eBay.rb', line 2444

def modTimeTo
  @modTimeTo
end

#numberOfDaysObject

Returns the value of attribute numberOfDays.



2450
2451
2452
# File 'lib/eBay.rb', line 2450

def numberOfDays
  @numberOfDays
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2438
2439
2440
# File 'lib/eBay.rb', line 2438

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



2446
2447
2448
# File 'lib/eBay.rb', line 2446

def pagination
  @pagination
end

#platformObject

Returns the value of attribute platform.



2449
2450
2451
# File 'lib/eBay.rb', line 2449

def platform
  @platform
end

#transactionIDObject

Returns the value of attribute transactionID.



2445
2446
2447
# File 'lib/eBay.rb', line 2445

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



2434
2435
2436
# File 'lib/eBay.rb', line 2434

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2439
2440
2441
# File 'lib/eBay.rb', line 2439

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2452
2453
2454
# File 'lib/eBay.rb', line 2452

def set_any(elements)
  @__xmlele_any = elements
end