Class: EBay::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.



28014
28015
28016
28017
28018
28019
28020
28021
# File 'lib/eBay.rb', line 28014

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.



28008
28009
28010
# File 'lib/eBay.rb', line 28008

def __xmlele_any
  @__xmlele_any
end

#deliveredCountObject

Returns the value of attribute deliveredCount.



28003
28004
28005
# File 'lib/eBay.rb', line 28003

def deliveredCount
  @deliveredCount
end

#errorCountObject

Returns the value of attribute errorCount.



28007
28008
28009
# File 'lib/eBay.rb', line 28007

def errorCount
  @errorCount
end

#expiredCountObject

Returns the value of attribute expiredCount.



28006
28007
28008
# File 'lib/eBay.rb', line 28006

def expiredCount
  @expiredCount
end

#queuedNewCountObject

Returns the value of attribute queuedNewCount.



28004
28005
28006
# File 'lib/eBay.rb', line 28004

def queuedNewCount
  @queuedNewCount
end

#queuedPendingCountObject

Returns the value of attribute queuedPendingCount.



28005
28006
28007
# File 'lib/eBay.rb', line 28005

def queuedPendingCount
  @queuedPendingCount
end

Instance Method Details

#set_any(elements) ⇒ Object



28010
28011
28012
# File 'lib/eBay.rb', line 28010

def set_any(elements)
  @__xmlele_any = elements
end