Class: EBay::RemindersType
- Inherits:
-
Object
- Object
- EBay::RemindersType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#declinedRTERequestCount ⇒ Object
Returns the value of attribute declinedRTERequestCount.
-
#docsForCCProcessingToSendCount ⇒ Object
Returns the value of attribute docsForCCProcessingToSendCount.
-
#feedbackToReceiveCount ⇒ Object
Returns the value of attribute feedbackToReceiveCount.
-
#feedbackToSendCount ⇒ Object
Returns the value of attribute feedbackToSendCount.
-
#itemReceiptConfirmationToReceiveCount ⇒ Object
Returns the value of attribute itemReceiptConfirmationToReceiveCount.
-
#itemReceiptToConfirmCount ⇒ Object
Returns the value of attribute itemReceiptToConfirmCount.
-
#outbidCount ⇒ Object
Returns the value of attribute outbidCount.
-
#paymentToReceiveCount ⇒ Object
Returns the value of attribute paymentToReceiveCount.
-
#paymentToSendCount ⇒ Object
Returns the value of attribute paymentToSendCount.
-
#pendingRTERequestCount ⇒ Object
Returns the value of attribute pendingRTERequestCount.
-
#refundCancelledCount ⇒ Object
Returns the value of attribute refundCancelledCount.
-
#refundInitiatedCount ⇒ Object
Returns the value of attribute refundInitiatedCount.
-
#refundOnHoldCount ⇒ Object
Returns the value of attribute refundOnHoldCount.
-
#relistingNeededCount ⇒ Object
Returns the value of attribute relistingNeededCount.
-
#rTEToProcessCount ⇒ Object
Returns the value of attribute rTEToProcessCount.
-
#secondChanceOfferCount ⇒ Object
Returns the value of attribute secondChanceOfferCount.
-
#shippingDetailsToBeProvidedCount ⇒ Object
Returns the value of attribute shippingDetailsToBeProvidedCount.
-
#shippingNeededCount ⇒ Object
Returns the value of attribute shippingNeededCount.
-
#totalNewLeadsCount ⇒ Object
Returns the value of attribute totalNewLeadsCount.
Instance Method Summary collapse
-
#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
constructor
A new instance of RemindersType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30366 30367 30368 |
# File 'lib/eBay.rb', line 30366 def __xmlele_any @__xmlele_any end |
#declinedRTERequestCount ⇒ Object
Returns the value of attribute declinedRTERequestCount.
30365 30366 30367 |
# File 'lib/eBay.rb', line 30365 def declinedRTERequestCount @declinedRTERequestCount end |
#docsForCCProcessingToSendCount ⇒ Object
Returns the value of attribute docsForCCProcessingToSendCount.
30356 30357 30358 |
# File 'lib/eBay.rb', line 30356 def docsForCCProcessingToSendCount @docsForCCProcessingToSendCount end |
#feedbackToReceiveCount ⇒ Object
Returns the value of attribute feedbackToReceiveCount.
30348 30349 30350 |
# File 'lib/eBay.rb', line 30348 def feedbackToReceiveCount @feedbackToReceiveCount end |
#feedbackToSendCount ⇒ Object
Returns the value of attribute feedbackToSendCount.
30349 30350 30351 |
# File 'lib/eBay.rb', line 30349 def feedbackToSendCount @feedbackToSendCount end |
#itemReceiptConfirmationToReceiveCount ⇒ Object
Returns the value of attribute itemReceiptConfirmationToReceiveCount.
30362 30363 30364 |
# File 'lib/eBay.rb', line 30362 def itemReceiptConfirmationToReceiveCount @itemReceiptConfirmationToReceiveCount end |
#itemReceiptToConfirmCount ⇒ Object
Returns the value of attribute itemReceiptToConfirmCount.
30358 30359 30360 |
# File 'lib/eBay.rb', line 30358 def itemReceiptToConfirmCount @itemReceiptToConfirmCount end |
#outbidCount ⇒ Object
Returns the value of attribute outbidCount.
30350 30351 30352 |
# File 'lib/eBay.rb', line 30350 def outbidCount @outbidCount end |
#paymentToReceiveCount ⇒ Object
Returns the value of attribute paymentToReceiveCount.
30351 30352 30353 |
# File 'lib/eBay.rb', line 30351 def paymentToReceiveCount @paymentToReceiveCount end |
#paymentToSendCount ⇒ Object
Returns the value of attribute paymentToSendCount.
30347 30348 30349 |
# File 'lib/eBay.rb', line 30347 def paymentToSendCount @paymentToSendCount end |
#pendingRTERequestCount ⇒ Object
Returns the value of attribute pendingRTERequestCount.
30364 30365 30366 |
# File 'lib/eBay.rb', line 30364 def pendingRTERequestCount @pendingRTERequestCount end |
#refundCancelledCount ⇒ Object
Returns the value of attribute refundCancelledCount.
30360 30361 30362 |
# File 'lib/eBay.rb', line 30360 def refundCancelledCount @refundCancelledCount end |
#refundInitiatedCount ⇒ Object
Returns the value of attribute refundInitiatedCount.
30363 30364 30365 |
# File 'lib/eBay.rb', line 30363 def refundInitiatedCount @refundInitiatedCount end |
#refundOnHoldCount ⇒ Object
Returns the value of attribute refundOnHoldCount.
30359 30360 30361 |
# File 'lib/eBay.rb', line 30359 def refundOnHoldCount @refundOnHoldCount end |
#relistingNeededCount ⇒ Object
Returns the value of attribute relistingNeededCount.
30354 30355 30356 |
# File 'lib/eBay.rb', line 30354 def relistingNeededCount @relistingNeededCount end |
#rTEToProcessCount ⇒ Object
Returns the value of attribute rTEToProcessCount.
30357 30358 30359 |
# File 'lib/eBay.rb', line 30357 def rTEToProcessCount @rTEToProcessCount end |
#secondChanceOfferCount ⇒ Object
Returns the value of attribute secondChanceOfferCount.
30352 30353 30354 |
# File 'lib/eBay.rb', line 30352 def secondChanceOfferCount @secondChanceOfferCount end |
#shippingDetailsToBeProvidedCount ⇒ Object
Returns the value of attribute shippingDetailsToBeProvidedCount.
30361 30362 30363 |
# File 'lib/eBay.rb', line 30361 def shippingDetailsToBeProvidedCount @shippingDetailsToBeProvidedCount end |
#shippingNeededCount ⇒ Object
Returns the value of attribute shippingNeededCount.
30353 30354 30355 |
# File 'lib/eBay.rb', line 30353 def shippingNeededCount @shippingNeededCount end |
#totalNewLeadsCount ⇒ Object
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 |