Class: EBay::MyMessagesSummaryType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#flaggedMessageCountObject

Returns the value of attribute flaggedMessageCount.



27500
27501
27502
# File 'lib/eBay.rb', line 27500

def flaggedMessageCount
  @flaggedMessageCount
end

#folderSummaryObject

Returns the value of attribute folderSummary.



27496
27497
27498
# File 'lib/eBay.rb', line 27496

def folderSummary
  @folderSummary
end

#newAlertCountObject

Returns the value of attribute newAlertCount.



27497
27498
27499
# File 'lib/eBay.rb', line 27497

def newAlertCount
  @newAlertCount
end

#newHighPriorityCountObject

Returns the value of attribute newHighPriorityCount.



27503
27504
27505
# File 'lib/eBay.rb', line 27503

def newHighPriorityCount
  @newHighPriorityCount
end

#newMessageCountObject

Returns the value of attribute newMessageCount.



27498
27499
27500
# File 'lib/eBay.rb', line 27498

def newMessageCount
  @newMessageCount
end

#totalAlertCountObject

Returns the value of attribute totalAlertCount.



27501
27502
27503
# File 'lib/eBay.rb', line 27501

def totalAlertCount
  @totalAlertCount
end

#totalHighPriorityCountObject

Returns the value of attribute totalHighPriorityCount.



27504
27505
27506
# File 'lib/eBay.rb', line 27504

def totalHighPriorityCount
  @totalHighPriorityCount
end

#totalMessageCountObject

Returns the value of attribute totalMessageCount.



27502
27503
27504
# File 'lib/eBay.rb', line 27502

def totalMessageCount
  @totalMessageCount
end

#unresolvedAlertCountObject

Returns the value of attribute unresolvedAlertCount.



27499
27500
27501
# File 'lib/eBay.rb', line 27499

def unresolvedAlertCount
  @unresolvedAlertCount
end