Class: RemindersType

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

Overview

urn:ebay:apis:eBLBaseComponentsRemindersType

Constant Summary collapse

@@schema_type =
"RemindersType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["paymentToSendCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentToSendCount")]],
["feedbackToReceiveCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackToReceiveCount")]],
["feedbackToSendCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackToSendCount")]],
["outbidCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OutbidCount")]],
["paymentToReceiveCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentToReceiveCount")]],
["secondChanceOfferCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SecondChanceOfferCount")]],
["shippingNeededCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShippingNeededCount")]],
["relistingNeededCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RelistingNeededCount")]]]

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) ⇒ RemindersType

Returns a new instance of RemindersType.



16694
16695
16696
16697
16698
16699
16700
16701
16702
16703
# File 'lib/eBay.rb', line 16694

def initialize(paymentToSendCount = nil, feedbackToReceiveCount = nil, feedbackToSendCount = nil, outbidCount = nil, paymentToReceiveCount = nil, secondChanceOfferCount = nil, shippingNeededCount = nil, relistingNeededCount = nil)
  @paymentToSendCount = paymentToSendCount
  @feedbackToReceiveCount = feedbackToReceiveCount
  @feedbackToSendCount = feedbackToSendCount
  @outbidCount = outbidCount
  @paymentToReceiveCount = paymentToReceiveCount
  @secondChanceOfferCount = secondChanceOfferCount
  @shippingNeededCount = shippingNeededCount
  @relistingNeededCount = relistingNeededCount
end

Instance Attribute Details

#feedbackToReceiveCountObject

Returns the value of attribute feedbackToReceiveCount.



16686
16687
16688
# File 'lib/eBay.rb', line 16686

def feedbackToReceiveCount
  @feedbackToReceiveCount
end

#feedbackToSendCountObject

Returns the value of attribute feedbackToSendCount.



16687
16688
16689
# File 'lib/eBay.rb', line 16687

def feedbackToSendCount
  @feedbackToSendCount
end

#outbidCountObject

Returns the value of attribute outbidCount.



16688
16689
16690
# File 'lib/eBay.rb', line 16688

def outbidCount
  @outbidCount
end

#paymentToReceiveCountObject

Returns the value of attribute paymentToReceiveCount.



16689
16690
16691
# File 'lib/eBay.rb', line 16689

def paymentToReceiveCount
  @paymentToReceiveCount
end

#paymentToSendCountObject

Returns the value of attribute paymentToSendCount.



16685
16686
16687
# File 'lib/eBay.rb', line 16685

def paymentToSendCount
  @paymentToSendCount
end

#relistingNeededCountObject

Returns the value of attribute relistingNeededCount.



16692
16693
16694
# File 'lib/eBay.rb', line 16692

def relistingNeededCount
  @relistingNeededCount
end

#secondChanceOfferCountObject

Returns the value of attribute secondChanceOfferCount.



16690
16691
16692
# File 'lib/eBay.rb', line 16690

def secondChanceOfferCount
  @secondChanceOfferCount
end

#shippingNeededCountObject

Returns the value of attribute shippingNeededCount.



16691
16692
16693
# File 'lib/eBay.rb', line 16691

def shippingNeededCount
  @shippingNeededCount
end