Class: EBay::MyMessagesFolderSummaryType
- Inherits:
-
Object
- Object
- EBay::MyMessagesFolderSummaryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMyMessagesFolderSummaryType
folderID - SOAP::SOAPLong
folderName - SOAP::SOAPString
newAlertCount - SOAP::SOAPInt
newMessageCount - SOAP::SOAPInt
totalAlertCount - SOAP::SOAPInt
totalMessageCount - SOAP::SOAPInt
newHighPriorityCount - SOAP::SOAPInt
totalHighPriorityCount - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#folderID ⇒ Object
Returns the value of attribute folderID.
-
#folderName ⇒ Object
Returns the value of attribute folderName.
-
#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.
Instance Method Summary collapse
-
#initialize(folderID = nil, folderName = nil, newAlertCount = nil, newMessageCount = nil, totalAlertCount = nil, totalMessageCount = nil, newHighPriorityCount = nil, totalHighPriorityCount = nil) ⇒ MyMessagesFolderSummaryType
constructor
A new instance of MyMessagesFolderSummaryType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(folderID = nil, folderName = nil, newAlertCount = nil, newMessageCount = nil, totalAlertCount = nil, totalMessageCount = nil, newHighPriorityCount = nil, totalHighPriorityCount = nil) ⇒ MyMessagesFolderSummaryType
Returns a new instance of MyMessagesFolderSummaryType.
27313 27314 27315 27316 27317 27318 27319 27320 27321 27322 27323 |
# File 'lib/eBay.rb', line 27313 def initialize(folderID = nil, folderName = nil, newAlertCount = nil, newMessageCount = nil, totalAlertCount = nil, totalMessageCount = nil, newHighPriorityCount = nil, totalHighPriorityCount = nil) @folderID = folderID @folderName = folderName @newAlertCount = newAlertCount @newMessageCount = newMessageCount @totalAlertCount = totalAlertCount @totalMessageCount = totalMessageCount @newHighPriorityCount = newHighPriorityCount @totalHighPriorityCount = totalHighPriorityCount @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27307 27308 27309 |
# File 'lib/eBay.rb', line 27307 def __xmlele_any @__xmlele_any end |
#folderID ⇒ Object
Returns the value of attribute folderID.
27299 27300 27301 |
# File 'lib/eBay.rb', line 27299 def folderID @folderID end |
#folderName ⇒ Object
Returns the value of attribute folderName.
27300 27301 27302 |
# File 'lib/eBay.rb', line 27300 def folderName @folderName end |
#newAlertCount ⇒ Object
Returns the value of attribute newAlertCount.
27301 27302 27303 |
# File 'lib/eBay.rb', line 27301 def newAlertCount @newAlertCount end |
#newHighPriorityCount ⇒ Object
Returns the value of attribute newHighPriorityCount.
27305 27306 27307 |
# File 'lib/eBay.rb', line 27305 def newHighPriorityCount @newHighPriorityCount end |
#newMessageCount ⇒ Object
Returns the value of attribute newMessageCount.
27302 27303 27304 |
# File 'lib/eBay.rb', line 27302 def newMessageCount @newMessageCount end |
#totalAlertCount ⇒ Object
Returns the value of attribute totalAlertCount.
27303 27304 27305 |
# File 'lib/eBay.rb', line 27303 def totalAlertCount @totalAlertCount end |
#totalHighPriorityCount ⇒ Object
Returns the value of attribute totalHighPriorityCount.
27306 27307 27308 |
# File 'lib/eBay.rb', line 27306 def totalHighPriorityCount @totalHighPriorityCount end |
#totalMessageCount ⇒ Object
Returns the value of attribute totalMessageCount.
27304 27305 27306 |
# File 'lib/eBay.rb', line 27304 def totalMessageCount @totalMessageCount end |
Instance Method Details
#set_any(elements) ⇒ Object
27309 27310 27311 |
# File 'lib/eBay.rb', line 27309 def set_any(elements) @__xmlele_any = elements end |