Class: EBay::RemindersType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsRemindersType

paymentToSendCount - SOAP::SOAPInt
feedbackToReceiveCount - SOAP::SOAPInt
feedbackToSendCount - SOAP::SOAPInt
outbidCount - SOAP::SOAPInt
paymentToReceiveCount - SOAP::SOAPInt
secondChanceOfferCount - SOAP::SOAPInt
shippingNeededCount - SOAP::SOAPInt
relistingNeededCount - SOAP::SOAPInt
totalNewLeadsCount - SOAP::SOAPInt
docsForCCProcessingToSendCount - SOAP::SOAPInt
rTEToProcessCount - SOAP::SOAPInt
itemReceiptToConfirmCount - SOAP::SOAPInt
refundOnHoldCount - SOAP::SOAPInt
refundCancelledCount - SOAP::SOAPInt
shippingDetailsToBeProvidedCount - SOAP::SOAPInt
itemReceiptConfirmationToReceiveCount - SOAP::SOAPInt
refundInitiatedCount - SOAP::SOAPInt
pendingRTERequestCount - SOAP::SOAPInt
declinedRTERequestCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(paymentToSendCount = nil, feedbackToReceiveCount = nil, feedbackToSendCount = nil, outbidCount = nil, paymentToReceiveCount = nil, secondChanceOfferCount = nil, shippingNeededCount = nil, relistingNeededCount = nil, totalNewLeadsCount = nil, docsForCCProcessingToSendCount = nil, rTEToProcessCount = nil, itemReceiptToConfirmCount = nil, refundOnHoldCount = nil, refundCancelledCount = nil, shippingDetailsToBeProvidedCount = nil, itemReceiptConfirmationToReceiveCount = nil, refundInitiatedCount = nil, pendingRTERequestCount = nil, declinedRTERequestCount = nil) ⇒ RemindersType

Returns a new instance of RemindersType.



30372
30373
30374
30375
30376
30377
30378
30379
30380
30381
30382
30383
30384
30385
30386
30387
30388
30389
30390
30391
30392
30393
# File 'lib/eBay.rb', line 30372

def initialize(paymentToSendCount = nil, feedbackToReceiveCount = nil, feedbackToSendCount = nil, outbidCount = nil, paymentToReceiveCount = nil, secondChanceOfferCount = nil, shippingNeededCount = nil, relistingNeededCount = nil, totalNewLeadsCount = nil, docsForCCProcessingToSendCount = nil, rTEToProcessCount = nil, itemReceiptToConfirmCount = nil, refundOnHoldCount = nil, refundCancelledCount = nil, shippingDetailsToBeProvidedCount = nil, itemReceiptConfirmationToReceiveCount = nil, refundInitiatedCount = nil, pendingRTERequestCount = nil, declinedRTERequestCount = nil)
  @paymentToSendCount = paymentToSendCount
  @feedbackToReceiveCount = feedbackToReceiveCount
  @feedbackToSendCount = feedbackToSendCount
  @outbidCount = outbidCount
  @paymentToReceiveCount = paymentToReceiveCount
  @secondChanceOfferCount = secondChanceOfferCount
  @shippingNeededCount = shippingNeededCount
  @relistingNeededCount = relistingNeededCount
  @totalNewLeadsCount = totalNewLeadsCount
  @docsForCCProcessingToSendCount = docsForCCProcessingToSendCount
  @rTEToProcessCount = rTEToProcessCount
  @itemReceiptToConfirmCount = itemReceiptToConfirmCount
  @refundOnHoldCount = refundOnHoldCount
  @refundCancelledCount = refundCancelledCount
  @shippingDetailsToBeProvidedCount = shippingDetailsToBeProvidedCount
  @itemReceiptConfirmationToReceiveCount = itemReceiptConfirmationToReceiveCount
  @refundInitiatedCount = refundInitiatedCount
  @pendingRTERequestCount = pendingRTERequestCount
  @declinedRTERequestCount = declinedRTERequestCount
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30366
30367
30368
# File 'lib/eBay.rb', line 30366

def __xmlele_any
  @__xmlele_any
end

#declinedRTERequestCountObject

Returns the value of attribute declinedRTERequestCount.



30365
30366
30367
# File 'lib/eBay.rb', line 30365

def declinedRTERequestCount
  @declinedRTERequestCount
end

#docsForCCProcessingToSendCountObject

Returns the value of attribute docsForCCProcessingToSendCount.



30356
30357
30358
# File 'lib/eBay.rb', line 30356

def docsForCCProcessingToSendCount
  @docsForCCProcessingToSendCount
end

#feedbackToReceiveCountObject

Returns the value of attribute feedbackToReceiveCount.



30348
30349
30350
# File 'lib/eBay.rb', line 30348

def feedbackToReceiveCount
  @feedbackToReceiveCount
end

#feedbackToSendCountObject

Returns the value of attribute feedbackToSendCount.



30349
30350
30351
# File 'lib/eBay.rb', line 30349

def feedbackToSendCount
  @feedbackToSendCount
end

#itemReceiptConfirmationToReceiveCountObject

Returns the value of attribute itemReceiptConfirmationToReceiveCount.



30362
30363
30364
# File 'lib/eBay.rb', line 30362

def itemReceiptConfirmationToReceiveCount
  @itemReceiptConfirmationToReceiveCount
end

#itemReceiptToConfirmCountObject

Returns the value of attribute itemReceiptToConfirmCount.



30358
30359
30360
# File 'lib/eBay.rb', line 30358

def itemReceiptToConfirmCount
  @itemReceiptToConfirmCount
end

#outbidCountObject

Returns the value of attribute outbidCount.



30350
30351
30352
# File 'lib/eBay.rb', line 30350

def outbidCount
  @outbidCount
end

#paymentToReceiveCountObject

Returns the value of attribute paymentToReceiveCount.



30351
30352
30353
# File 'lib/eBay.rb', line 30351

def paymentToReceiveCount
  @paymentToReceiveCount
end

#paymentToSendCountObject

Returns the value of attribute paymentToSendCount.



30347
30348
30349
# File 'lib/eBay.rb', line 30347

def paymentToSendCount
  @paymentToSendCount
end

#pendingRTERequestCountObject

Returns the value of attribute pendingRTERequestCount.



30364
30365
30366
# File 'lib/eBay.rb', line 30364

def pendingRTERequestCount
  @pendingRTERequestCount
end

#refundCancelledCountObject

Returns the value of attribute refundCancelledCount.



30360
30361
30362
# File 'lib/eBay.rb', line 30360

def refundCancelledCount
  @refundCancelledCount
end

#refundInitiatedCountObject

Returns the value of attribute refundInitiatedCount.



30363
30364
30365
# File 'lib/eBay.rb', line 30363

def refundInitiatedCount
  @refundInitiatedCount
end

#refundOnHoldCountObject

Returns the value of attribute refundOnHoldCount.



30359
30360
30361
# File 'lib/eBay.rb', line 30359

def refundOnHoldCount
  @refundOnHoldCount
end

#relistingNeededCountObject

Returns the value of attribute relistingNeededCount.



30354
30355
30356
# File 'lib/eBay.rb', line 30354

def relistingNeededCount
  @relistingNeededCount
end

#rTEToProcessCountObject

Returns the value of attribute rTEToProcessCount.



30357
30358
30359
# File 'lib/eBay.rb', line 30357

def rTEToProcessCount
  @rTEToProcessCount
end

#secondChanceOfferCountObject

Returns the value of attribute secondChanceOfferCount.



30352
30353
30354
# File 'lib/eBay.rb', line 30352

def secondChanceOfferCount
  @secondChanceOfferCount
end

#shippingDetailsToBeProvidedCountObject

Returns the value of attribute shippingDetailsToBeProvidedCount.



30361
30362
30363
# File 'lib/eBay.rb', line 30361

def shippingDetailsToBeProvidedCount
  @shippingDetailsToBeProvidedCount
end

#shippingNeededCountObject

Returns the value of attribute shippingNeededCount.



30353
30354
30355
# File 'lib/eBay.rb', line 30353

def shippingNeededCount
  @shippingNeededCount
end

#totalNewLeadsCountObject

Returns the value of attribute totalNewLeadsCount.



30355
30356
30357
# File 'lib/eBay.rb', line 30355

def totalNewLeadsCount
  @totalNewLeadsCount
end

Instance Method Details

#set_any(elements) ⇒ Object



30368
30369
30370
# File 'lib/eBay.rb', line 30368

def set_any(elements)
  @__xmlele_any = elements
end