Class: MyMessagesSummaryType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsMyMessagesSummaryType

folderSummary - MyMessagesFolderSummaryType
newAlertCount - SOAP::SOAPInt
newMessageCount - SOAP::SOAPInt
unresolvedAlertCount - SOAP::SOAPInt
flaggedMessageCount - SOAP::SOAPInt
totalAlertCount - SOAP::SOAPInt
totalMessageCount - 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) ⇒ MyMessagesSummaryType

Returns a new instance of MyMessagesSummaryType.



21475
21476
21477
21478
21479
21480
21481
21482
21483
# File 'lib/eBay.rb', line 21475

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

#flaggedMessageCountObject

Returns the value of attribute flaggedMessageCount.



21471
21472
21473
# File 'lib/eBay.rb', line 21471

def flaggedMessageCount
  @flaggedMessageCount
end

#folderSummaryObject

Returns the value of attribute folderSummary.



21467
21468
21469
# File 'lib/eBay.rb', line 21467

def folderSummary
  @folderSummary
end

#newAlertCountObject

Returns the value of attribute newAlertCount.



21468
21469
21470
# File 'lib/eBay.rb', line 21468

def newAlertCount
  @newAlertCount
end

#newMessageCountObject

Returns the value of attribute newMessageCount.



21469
21470
21471
# File 'lib/eBay.rb', line 21469

def newMessageCount
  @newMessageCount
end

#totalAlertCountObject

Returns the value of attribute totalAlertCount.



21472
21473
21474
# File 'lib/eBay.rb', line 21472

def totalAlertCount
  @totalAlertCount
end

#totalMessageCountObject

Returns the value of attribute totalMessageCount.



21473
21474
21475
# File 'lib/eBay.rb', line 21473

def totalMessageCount
  @totalMessageCount
end

#unresolvedAlertCountObject

Returns the value of attribute unresolvedAlertCount.



21470
21471
21472
# File 'lib/eBay.rb', line 21470

def unresolvedAlertCount
  @unresolvedAlertCount
end