Class: NotificationStatisticsType

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

Overview

urn:ebay:apis:eBLBaseComponentsNotificationStatisticsType

deliveredCount - SOAP::SOAPInt
queuedNewCount - SOAP::SOAPInt
queuedPendingCount - SOAP::SOAPInt
expiredCount - SOAP::SOAPInt
errorCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(deliveredCount = nil, queuedNewCount = nil, queuedPendingCount = nil, expiredCount = nil, errorCount = nil) ⇒ NotificationStatisticsType

Returns a new instance of NotificationStatisticsType.



21782
21783
21784
21785
21786
21787
21788
21789
# File 'lib/eBay.rb', line 21782

def initialize(deliveredCount = nil, queuedNewCount = nil, queuedPendingCount = nil, expiredCount = nil, errorCount = nil)
  @deliveredCount = deliveredCount
  @queuedNewCount = queuedNewCount
  @queuedPendingCount = queuedPendingCount
  @expiredCount = expiredCount
  @errorCount = errorCount
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21776
21777
21778
# File 'lib/eBay.rb', line 21776

def __xmlele_any
  @__xmlele_any
end

#deliveredCountObject

Returns the value of attribute deliveredCount.



21771
21772
21773
# File 'lib/eBay.rb', line 21771

def deliveredCount
  @deliveredCount
end

#errorCountObject

Returns the value of attribute errorCount.



21775
21776
21777
# File 'lib/eBay.rb', line 21775

def errorCount
  @errorCount
end

#expiredCountObject

Returns the value of attribute expiredCount.



21774
21775
21776
# File 'lib/eBay.rb', line 21774

def expiredCount
  @expiredCount
end

#queuedNewCountObject

Returns the value of attribute queuedNewCount.



21772
21773
21774
# File 'lib/eBay.rb', line 21772

def queuedNewCount
  @queuedNewCount
end

#queuedPendingCountObject

Returns the value of attribute queuedPendingCount.



21773
21774
21775
# File 'lib/eBay.rb', line 21773

def queuedPendingCount
  @queuedPendingCount
end

Instance Method Details

#set_any(elements) ⇒ Object



21778
21779
21780
# File 'lib/eBay.rb', line 21778

def set_any(elements)
  @__xmlele_any = elements
end