Class: EBay::MyMessagesFolderSummaryType

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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27307
27308
27309
# File 'lib/eBay.rb', line 27307

def __xmlele_any
  @__xmlele_any
end

#folderIDObject

Returns the value of attribute folderID.



27299
27300
27301
# File 'lib/eBay.rb', line 27299

def folderID
  @folderID
end

#folderNameObject

Returns the value of attribute folderName.



27300
27301
27302
# File 'lib/eBay.rb', line 27300

def folderName
  @folderName
end

#newAlertCountObject

Returns the value of attribute newAlertCount.



27301
27302
27303
# File 'lib/eBay.rb', line 27301

def newAlertCount
  @newAlertCount
end

#newHighPriorityCountObject

Returns the value of attribute newHighPriorityCount.



27305
27306
27307
# File 'lib/eBay.rb', line 27305

def newHighPriorityCount
  @newHighPriorityCount
end

#newMessageCountObject

Returns the value of attribute newMessageCount.



27302
27303
27304
# File 'lib/eBay.rb', line 27302

def newMessageCount
  @newMessageCount
end

#totalAlertCountObject

Returns the value of attribute totalAlertCount.



27303
27304
27305
# File 'lib/eBay.rb', line 27303

def totalAlertCount
  @totalAlertCount
end

#totalHighPriorityCountObject

Returns the value of attribute totalHighPriorityCount.



27306
27307
27308
# File 'lib/eBay.rb', line 27306

def totalHighPriorityCount
  @totalHighPriorityCount
end

#totalMessageCountObject

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