Class: MyMessagesSummaryType
- Inherits:
-
Object
- Object
- MyMessagesSummaryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyMessagesSummaryType
Constant Summary collapse
- @@schema_type =
"MyMessagesSummaryType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["folderSummary", ["MyMessagesFolderSummaryType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FolderSummary")]], ["newAlertCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NewAlertCount")]], ["newMessageCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NewMessageCount")]], ["unresolvedAlertCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UnresolvedAlertCount")]], ["flaggedMessageCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FlaggedMessageCount")]], ["totalAlertCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalAlertCount")]], ["totalMessageCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalMessageCount")]] ]
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.
-
#newMessageCount ⇒ Object
Returns the value of attribute newMessageCount.
-
#totalAlertCount ⇒ Object
Returns the value of attribute totalAlertCount.
-
#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) ⇒ MyMessagesSummaryType
constructor
A new instance of MyMessagesSummaryType.
Constructor Details
#initialize(folderSummary = [], newAlertCount = nil, newMessageCount = nil, unresolvedAlertCount = nil, flaggedMessageCount = nil, totalAlertCount = nil, totalMessageCount = nil) ⇒ MyMessagesSummaryType
Returns a new instance of MyMessagesSummaryType.
19861 19862 19863 19864 19865 19866 19867 19868 19869 |
# File 'lib/eBay.rb', line 19861 def initialize(folderSummary = [], newAlertCount = nil, newMessageCount = nil, unresolvedAlertCount = nil, flaggedMessageCount = nil, totalAlertCount = nil, totalMessageCount = nil) @folderSummary = folderSummary @newAlertCount = newAlertCount @newMessageCount = newMessageCount @unresolvedAlertCount = unresolvedAlertCount @flaggedMessageCount = flaggedMessageCount @totalAlertCount = totalAlertCount @totalMessageCount = totalMessageCount end |
Instance Attribute Details
#flaggedMessageCount ⇒ Object
Returns the value of attribute flaggedMessageCount.
19857 19858 19859 |
# File 'lib/eBay.rb', line 19857 def flaggedMessageCount @flaggedMessageCount end |
#folderSummary ⇒ Object
Returns the value of attribute folderSummary.
19853 19854 19855 |
# File 'lib/eBay.rb', line 19853 def folderSummary @folderSummary end |
#newAlertCount ⇒ Object
Returns the value of attribute newAlertCount.
19854 19855 19856 |
# File 'lib/eBay.rb', line 19854 def newAlertCount @newAlertCount end |
#newMessageCount ⇒ Object
Returns the value of attribute newMessageCount.
19855 19856 19857 |
# File 'lib/eBay.rb', line 19855 def newMessageCount @newMessageCount end |
#totalAlertCount ⇒ Object
Returns the value of attribute totalAlertCount.
19858 19859 19860 |
# File 'lib/eBay.rb', line 19858 def totalAlertCount @totalAlertCount end |
#totalMessageCount ⇒ Object
Returns the value of attribute totalMessageCount.
19859 19860 19861 |
# File 'lib/eBay.rb', line 19859 def totalMessageCount @totalMessageCount end |
#unresolvedAlertCount ⇒ Object
Returns the value of attribute unresolvedAlertCount.
19856 19857 19858 |
# File 'lib/eBay.rb', line 19856 def unresolvedAlertCount @unresolvedAlertCount end |