Class: 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.



23053
23054
23055
23056
23057
23058
23059
23060
23061
23062
23063
23064
23065
23066
23067
23068
23069
23070
23071
23072
23073
23074
# File 'lib/eBay.rb', line 23053

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.



23047
23048
23049
# File 'lib/eBay.rb', line 23047

def __xmlele_any
  @__xmlele_any
end

#declinedRTERequestCountObject

Returns the value of attribute declinedRTERequestCount.



23046
23047
23048
# File 'lib/eBay.rb', line 23046

def declinedRTERequestCount
  @declinedRTERequestCount
end

#docsForCCProcessingToSendCountObject

Returns the value of attribute docsForCCProcessingToSendCount.



23037
23038
23039
# File 'lib/eBay.rb', line 23037

def docsForCCProcessingToSendCount
  @docsForCCProcessingToSendCount
end

#feedbackToReceiveCountObject

Returns the value of attribute feedbackToReceiveCount.



23029
23030
23031
# File 'lib/eBay.rb', line 23029

def feedbackToReceiveCount
  @feedbackToReceiveCount
end

#feedbackToSendCountObject

Returns the value of attribute feedbackToSendCount.



23030
23031
23032
# File 'lib/eBay.rb', line 23030

def feedbackToSendCount
  @feedbackToSendCount
end

#itemReceiptConfirmationToReceiveCountObject

Returns the value of attribute itemReceiptConfirmationToReceiveCount.



23043
23044
23045
# File 'lib/eBay.rb', line 23043

def itemReceiptConfirmationToReceiveCount
  @itemReceiptConfirmationToReceiveCount
end

#itemReceiptToConfirmCountObject

Returns the value of attribute itemReceiptToConfirmCount.



23039
23040
23041
# File 'lib/eBay.rb', line 23039

def itemReceiptToConfirmCount
  @itemReceiptToConfirmCount
end

#outbidCountObject

Returns the value of attribute outbidCount.



23031
23032
23033
# File 'lib/eBay.rb', line 23031

def outbidCount
  @outbidCount
end

#paymentToReceiveCountObject

Returns the value of attribute paymentToReceiveCount.



23032
23033
23034
# File 'lib/eBay.rb', line 23032

def paymentToReceiveCount
  @paymentToReceiveCount
end

#paymentToSendCountObject

Returns the value of attribute paymentToSendCount.



23028
23029
23030
# File 'lib/eBay.rb', line 23028

def paymentToSendCount
  @paymentToSendCount
end

#pendingRTERequestCountObject

Returns the value of attribute pendingRTERequestCount.



23045
23046
23047
# File 'lib/eBay.rb', line 23045

def pendingRTERequestCount
  @pendingRTERequestCount
end

#refundCancelledCountObject

Returns the value of attribute refundCancelledCount.



23041
23042
23043
# File 'lib/eBay.rb', line 23041

def refundCancelledCount
  @refundCancelledCount
end

#refundInitiatedCountObject

Returns the value of attribute refundInitiatedCount.



23044
23045
23046
# File 'lib/eBay.rb', line 23044

def refundInitiatedCount
  @refundInitiatedCount
end

#refundOnHoldCountObject

Returns the value of attribute refundOnHoldCount.



23040
23041
23042
# File 'lib/eBay.rb', line 23040

def refundOnHoldCount
  @refundOnHoldCount
end

#relistingNeededCountObject

Returns the value of attribute relistingNeededCount.



23035
23036
23037
# File 'lib/eBay.rb', line 23035

def relistingNeededCount
  @relistingNeededCount
end

#rTEToProcessCountObject

Returns the value of attribute rTEToProcessCount.



23038
23039
23040
# File 'lib/eBay.rb', line 23038

def rTEToProcessCount
  @rTEToProcessCount
end

#secondChanceOfferCountObject

Returns the value of attribute secondChanceOfferCount.



23033
23034
23035
# File 'lib/eBay.rb', line 23033

def secondChanceOfferCount
  @secondChanceOfferCount
end

#shippingDetailsToBeProvidedCountObject

Returns the value of attribute shippingDetailsToBeProvidedCount.



23042
23043
23044
# File 'lib/eBay.rb', line 23042

def shippingDetailsToBeProvidedCount
  @shippingDetailsToBeProvidedCount
end

#shippingNeededCountObject

Returns the value of attribute shippingNeededCount.



23034
23035
23036
# File 'lib/eBay.rb', line 23034

def shippingNeededCount
  @shippingNeededCount
end

#totalNewLeadsCountObject

Returns the value of attribute totalNewLeadsCount.



23036
23037
23038
# File 'lib/eBay.rb', line 23036

def totalNewLeadsCount
  @totalNewLeadsCount
end

Instance Method Details

#set_any(elements) ⇒ Object



23049
23050
23051
# File 'lib/eBay.rb', line 23049

def set_any(elements)
  @__xmlele_any = elements
end