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.



21505
21506
21507
21508
21509
21510
21511
21512
21513
21514
# File 'lib/eBay.rb', line 21505

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.



21497
21498
21499
# File 'lib/eBay.rb', line 21497

def feedbackToReceiveCount
  @feedbackToReceiveCount
end

#feedbackToSendCountObject

Returns the value of attribute feedbackToSendCount.



21498
21499
21500
# File 'lib/eBay.rb', line 21498

def feedbackToSendCount
  @feedbackToSendCount
end

#outbidCountObject

Returns the value of attribute outbidCount.



21499
21500
21501
# File 'lib/eBay.rb', line 21499

def outbidCount
  @outbidCount
end

#paymentToReceiveCountObject

Returns the value of attribute paymentToReceiveCount.



21500
21501
21502
# File 'lib/eBay.rb', line 21500

def paymentToReceiveCount
  @paymentToReceiveCount
end

#paymentToSendCountObject

Returns the value of attribute paymentToSendCount.



21496
21497
21498
# File 'lib/eBay.rb', line 21496

def paymentToSendCount
  @paymentToSendCount
end

#relistingNeededCountObject

Returns the value of attribute relistingNeededCount.



21503
21504
21505
# File 'lib/eBay.rb', line 21503

def relistingNeededCount
  @relistingNeededCount
end

#secondChanceOfferCountObject

Returns the value of attribute secondChanceOfferCount.



21501
21502
21503
# File 'lib/eBay.rb', line 21501

def secondChanceOfferCount
  @secondChanceOfferCount
end

#shippingNeededCountObject

Returns the value of attribute shippingNeededCount.



21502
21503
21504
# File 'lib/eBay.rb', line 21502

def shippingNeededCount
  @shippingNeededCount
end