Class: NotificationStatisticsType

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

Overview

urn:ebay:apis:eBLBaseComponentsNotificationStatisticsType

Constant Summary collapse

@@schema_type =
"NotificationStatisticsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["deliveredCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DeliveredCount")]],
  ["queuedNewCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QueuedNewCount")]],
  ["queuedPendingCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QueuedPendingCount")]],
  ["expiredCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpiredCount")]],
  ["errorCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorCount")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

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.



17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/eBay.rb', line 17797

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.



17791
17792
17793
# File 'lib/eBay.rb', line 17791

def __xmlele_any
  @__xmlele_any
end

#deliveredCountObject

Returns the value of attribute deliveredCount.



17786
17787
17788
# File 'lib/eBay.rb', line 17786

def deliveredCount
  @deliveredCount
end

#errorCountObject

Returns the value of attribute errorCount.



17790
17791
17792
# File 'lib/eBay.rb', line 17790

def errorCount
  @errorCount
end

#expiredCountObject

Returns the value of attribute expiredCount.



17789
17790
17791
# File 'lib/eBay.rb', line 17789

def expiredCount
  @expiredCount
end

#queuedNewCountObject

Returns the value of attribute queuedNewCount.



17787
17788
17789
# File 'lib/eBay.rb', line 17787

def queuedNewCount
  @queuedNewCount
end

#queuedPendingCountObject

Returns the value of attribute queuedPendingCount.



17788
17789
17790
# File 'lib/eBay.rb', line 17788

def queuedPendingCount
  @queuedPendingCount
end

Instance Method Details

#set_any(elements) ⇒ Object



17793
17794
17795
# File 'lib/eBay.rb', line 17793

def set_any(elements)
  @__xmlele_any = elements
end