Class: RemindersType
- Inherits:
-
Object
- Object
- RemindersType
- 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
-
#feedbackToReceiveCount ⇒ Object
Returns the value of attribute feedbackToReceiveCount.
-
#feedbackToSendCount ⇒ Object
Returns the value of attribute feedbackToSendCount.
-
#outbidCount ⇒ Object
Returns the value of attribute outbidCount.
-
#paymentToReceiveCount ⇒ Object
Returns the value of attribute paymentToReceiveCount.
-
#paymentToSendCount ⇒ Object
Returns the value of attribute paymentToSendCount.
-
#relistingNeededCount ⇒ Object
Returns the value of attribute relistingNeededCount.
-
#secondChanceOfferCount ⇒ Object
Returns the value of attribute secondChanceOfferCount.
-
#shippingNeededCount ⇒ Object
Returns the value of attribute shippingNeededCount.
Instance Method Summary collapse
-
#initialize(paymentToSendCount = nil, feedbackToReceiveCount = nil, feedbackToSendCount = nil, outbidCount = nil, paymentToReceiveCount = nil, secondChanceOfferCount = nil, shippingNeededCount = nil, relistingNeededCount = nil) ⇒ RemindersType
constructor
A new instance of RemindersType.
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
#feedbackToReceiveCount ⇒ Object
Returns the value of attribute feedbackToReceiveCount.
21497 21498 21499 |
# File 'lib/eBay.rb', line 21497 def feedbackToReceiveCount @feedbackToReceiveCount end |
#feedbackToSendCount ⇒ Object
Returns the value of attribute feedbackToSendCount.
21498 21499 21500 |
# File 'lib/eBay.rb', line 21498 def feedbackToSendCount @feedbackToSendCount end |
#outbidCount ⇒ Object
Returns the value of attribute outbidCount.
21499 21500 21501 |
# File 'lib/eBay.rb', line 21499 def outbidCount @outbidCount end |
#paymentToReceiveCount ⇒ Object
Returns the value of attribute paymentToReceiveCount.
21500 21501 21502 |
# File 'lib/eBay.rb', line 21500 def paymentToReceiveCount @paymentToReceiveCount end |
#paymentToSendCount ⇒ Object
Returns the value of attribute paymentToSendCount.
21496 21497 21498 |
# File 'lib/eBay.rb', line 21496 def paymentToSendCount @paymentToSendCount end |
#relistingNeededCount ⇒ Object
Returns the value of attribute relistingNeededCount.
21503 21504 21505 |
# File 'lib/eBay.rb', line 21503 def relistingNeededCount @relistingNeededCount end |
#secondChanceOfferCount ⇒ Object
Returns the value of attribute secondChanceOfferCount.
21501 21502 21503 |
# File 'lib/eBay.rb', line 21501 def secondChanceOfferCount @secondChanceOfferCount end |
#shippingNeededCount ⇒ Object
Returns the value of attribute shippingNeededCount.
21502 21503 21504 |
# File 'lib/eBay.rb', line 21502 def shippingNeededCount @shippingNeededCount end |