Class: EBay::NotificationStatisticsType
- Inherits:
-
Object
- Object
- EBay::NotificationStatisticsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNotificationStatisticsType
deliveredCount - SOAP::SOAPInt
queuedNewCount - SOAP::SOAPInt
queuedPendingCount - SOAP::SOAPInt
expiredCount - SOAP::SOAPInt
errorCount - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#deliveredCount ⇒ Object
Returns the value of attribute deliveredCount.
-
#errorCount ⇒ Object
Returns the value of attribute errorCount.
-
#expiredCount ⇒ Object
Returns the value of attribute expiredCount.
-
#queuedNewCount ⇒ Object
Returns the value of attribute queuedNewCount.
-
#queuedPendingCount ⇒ Object
Returns the value of attribute queuedPendingCount.
Instance Method Summary collapse
-
#initialize(deliveredCount = nil, queuedNewCount = nil, queuedPendingCount = nil, expiredCount = nil, errorCount = nil) ⇒ NotificationStatisticsType
constructor
A new instance of NotificationStatisticsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(deliveredCount = nil, queuedNewCount = nil, queuedPendingCount = nil, expiredCount = nil, errorCount = nil) ⇒ NotificationStatisticsType
Returns a new instance of NotificationStatisticsType.
28014 28015 28016 28017 28018 28019 28020 28021 |
# File 'lib/eBay.rb', line 28014 def initialize(deliveredCount = nil, queuedNewCount = nil, queuedPendingCount = nil, expiredCount = nil, errorCount = nil) @deliveredCount = deliveredCount @queuedNewCount = queuedNewCount @queuedPendingCount = queuedPendingCount @expiredCount = expiredCount @errorCount = errorCount @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28008 28009 28010 |
# File 'lib/eBay.rb', line 28008 def __xmlele_any @__xmlele_any end |
#deliveredCount ⇒ Object
Returns the value of attribute deliveredCount.
28003 28004 28005 |
# File 'lib/eBay.rb', line 28003 def deliveredCount @deliveredCount end |
#errorCount ⇒ Object
Returns the value of attribute errorCount.
28007 28008 28009 |
# File 'lib/eBay.rb', line 28007 def errorCount @errorCount end |
#expiredCount ⇒ Object
Returns the value of attribute expiredCount.
28006 28007 28008 |
# File 'lib/eBay.rb', line 28006 def expiredCount @expiredCount end |
#queuedNewCount ⇒ Object
Returns the value of attribute queuedNewCount.
28004 28005 28006 |
# File 'lib/eBay.rb', line 28004 def queuedNewCount @queuedNewCount end |
#queuedPendingCount ⇒ Object
Returns the value of attribute queuedPendingCount.
28005 28006 28007 |
# File 'lib/eBay.rb', line 28005 def queuedPendingCount @queuedPendingCount end |
Instance Method Details
#set_any(elements) ⇒ Object
28010 28011 28012 |
# File 'lib/eBay.rb', line 28010 def set_any(elements) @__xmlele_any = elements end |