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.



19041
19042
19043
19044
19045
19046
19047
19048
19049
19050
# File 'lib/eBay.rb', line 19041

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.



19033
19034
19035
# File 'lib/eBay.rb', line 19033

def feedbackToReceiveCount
  @feedbackToReceiveCount
end

#feedbackToSendCountObject

Returns the value of attribute feedbackToSendCount.



19034
19035
19036
# File 'lib/eBay.rb', line 19034

def feedbackToSendCount
  @feedbackToSendCount
end

#outbidCountObject

Returns the value of attribute outbidCount.



19035
19036
19037
# File 'lib/eBay.rb', line 19035

def outbidCount
  @outbidCount
end

#paymentToReceiveCountObject

Returns the value of attribute paymentToReceiveCount.



19036
19037
19038
# File 'lib/eBay.rb', line 19036

def paymentToReceiveCount
  @paymentToReceiveCount
end

#paymentToSendCountObject

Returns the value of attribute paymentToSendCount.



19032
19033
19034
# File 'lib/eBay.rb', line 19032

def paymentToSendCount
  @paymentToSendCount
end

#relistingNeededCountObject

Returns the value of attribute relistingNeededCount.



19039
19040
19041
# File 'lib/eBay.rb', line 19039

def relistingNeededCount
  @relistingNeededCount
end

#secondChanceOfferCountObject

Returns the value of attribute secondChanceOfferCount.



19037
19038
19039
# File 'lib/eBay.rb', line 19037

def secondChanceOfferCount
  @secondChanceOfferCount
end

#shippingNeededCountObject

Returns the value of attribute shippingNeededCount.



19038
19039
19040
# File 'lib/eBay.rb', line 19038

def shippingNeededCount
  @shippingNeededCount
end