Class: EBay::MyMessagesSummaryType
- Inherits:
-
Object
- Object
- EBay::MyMessagesSummaryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyMessagesSummaryType
folderSummary - EBay::MyMessagesFolderSummaryType
newAlertCount - SOAP::SOAPInt
newMessageCount - SOAP::SOAPInt
unresolvedAlertCount - SOAP::SOAPInt
flaggedMessageCount - SOAP::SOAPInt
totalAlertCount - SOAP::SOAPInt
totalMessageCount - SOAP::SOAPInt
newHighPriorityCount - SOAP::SOAPInt
totalHighPriorityCount - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#flaggedMessageCount ⇒ Object
Returns the value of attribute flaggedMessageCount.
-
#folderSummary ⇒ Object
Returns the value of attribute folderSummary.
-
#newAlertCount ⇒ Object
Returns the value of attribute newAlertCount.
-
#newHighPriorityCount ⇒ Object
Returns the value of attribute newHighPriorityCount.
-
#newMessageCount ⇒ Object
Returns the value of attribute newMessageCount.
-
#totalAlertCount ⇒ Object
Returns the value of attribute totalAlertCount.
-
#totalHighPriorityCount ⇒ Object
Returns the value of attribute totalHighPriorityCount.
-
#totalMessageCount ⇒ Object
Returns the value of attribute totalMessageCount.
-
#unresolvedAlertCount ⇒ Object
Returns the value of attribute unresolvedAlertCount.
Instance Method Summary collapse
-
#initialize(folderSummary = [], newAlertCount = nil, newMessageCount = nil, unresolvedAlertCount = nil, flaggedMessageCount = nil, totalAlertCount = nil, totalMessageCount = nil, newHighPriorityCount = nil, totalHighPriorityCount = nil) ⇒ MyMessagesSummaryType
constructor
A new instance of MyMessagesSummaryType.
Constructor Details
#initialize(folderSummary = [], newAlertCount = nil, newMessageCount = nil, unresolvedAlertCount = nil, flaggedMessageCount = nil, totalAlertCount = nil, totalMessageCount = nil, newHighPriorityCount = nil, totalHighPriorityCount = nil) ⇒ MyMessagesSummaryType
Returns a new instance of MyMessagesSummaryType.
27506 27507 27508 27509 27510 27511 27512 27513 27514 27515 27516 |
# File 'lib/eBay.rb', line 27506 def initialize(folderSummary = [], newAlertCount = nil, newMessageCount = nil, unresolvedAlertCount = nil, flaggedMessageCount = nil, totalAlertCount = nil, totalMessageCount = nil, newHighPriorityCount = nil, totalHighPriorityCount = nil) @folderSummary = folderSummary @newAlertCount = newAlertCount @newMessageCount = newMessageCount @unresolvedAlertCount = unresolvedAlertCount @flaggedMessageCount = flaggedMessageCount @totalAlertCount = totalAlertCount @totalMessageCount = totalMessageCount @newHighPriorityCount = newHighPriorityCount @totalHighPriorityCount = totalHighPriorityCount end |
Instance Attribute Details
#flaggedMessageCount ⇒ Object
Returns the value of attribute flaggedMessageCount.
27500 27501 27502 |
# File 'lib/eBay.rb', line 27500 def flaggedMessageCount @flaggedMessageCount end |
#folderSummary ⇒ Object
Returns the value of attribute folderSummary.
27496 27497 27498 |
# File 'lib/eBay.rb', line 27496 def folderSummary @folderSummary end |
#newAlertCount ⇒ Object
Returns the value of attribute newAlertCount.
27497 27498 27499 |
# File 'lib/eBay.rb', line 27497 def newAlertCount @newAlertCount end |
#newHighPriorityCount ⇒ Object
Returns the value of attribute newHighPriorityCount.
27503 27504 27505 |
# File 'lib/eBay.rb', line 27503 def newHighPriorityCount @newHighPriorityCount end |
#newMessageCount ⇒ Object
Returns the value of attribute newMessageCount.
27498 27499 27500 |
# File 'lib/eBay.rb', line 27498 def newMessageCount @newMessageCount end |
#totalAlertCount ⇒ Object
Returns the value of attribute totalAlertCount.
27501 27502 27503 |
# File 'lib/eBay.rb', line 27501 def totalAlertCount @totalAlertCount end |
#totalHighPriorityCount ⇒ Object
Returns the value of attribute totalHighPriorityCount.
27504 27505 27506 |
# File 'lib/eBay.rb', line 27504 def totalHighPriorityCount @totalHighPriorityCount end |
#totalMessageCount ⇒ Object
Returns the value of attribute totalMessageCount.
27502 27503 27504 |
# File 'lib/eBay.rb', line 27502 def totalMessageCount @totalMessageCount end |
#unresolvedAlertCount ⇒ Object
Returns the value of attribute unresolvedAlertCount.
27499 27500 27501 |
# File 'lib/eBay.rb', line 27499 def unresolvedAlertCount @unresolvedAlertCount end |