Class: GetNotificationsUsageResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetNotificationsUsageResponseType

Constant Summary collapse

@@schema_type =
"GetNotificationsUsageResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["startTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartTime")]],
  ["endTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTime")]],
  ["notificationDetailsArray", ["NotificationDetailsArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationDetailsArray")]],
  ["markUpMarkDownHistory", ["MarkUpMarkDownHistoryType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MarkUpMarkDownHistory")]],
  ["notificationStatistics", ["NotificationStatisticsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationStatistics")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil) ⇒ GetNotificationsUsageResponseType

Returns a new instance of GetNotificationsUsageResponseType.



6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
# File 'lib/eBay.rb', line 6411

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, startTime = nil, endTime = nil, notificationDetailsArray = nil, markUpMarkDownHistory = nil, notificationStatistics = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @startTime = startTime
  @endTime = endTime
  @notificationDetailsArray = notificationDetailsArray
  @markUpMarkDownHistory = markUpMarkDownHistory
  @notificationStatistics = notificationStatistics
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6400
6401
6402
# File 'lib/eBay.rb', line 6400

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



6388
6389
6390
# File 'lib/eBay.rb', line 6388

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



6393
6394
6395
# File 'lib/eBay.rb', line 6393

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



6389
6390
6391
# File 'lib/eBay.rb', line 6389

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



6395
6396
6397
# File 'lib/eBay.rb', line 6395

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



6397
6398
6399
# File 'lib/eBay.rb', line 6397

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



6402
6403
6404
# File 'lib/eBay.rb', line 6402

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



6390
6391
6392
# File 'lib/eBay.rb', line 6390

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



6399
6400
6401
# File 'lib/eBay.rb', line 6399

def hardExpirationWarning
  @hardExpirationWarning
end

#markUpMarkDownHistoryObject

Returns the value of attribute markUpMarkDownHistory.



6404
6405
6406
# File 'lib/eBay.rb', line 6404

def markUpMarkDownHistory
  @markUpMarkDownHistory
end

#messageObject

Returns the value of attribute message.



6391
6392
6393
# File 'lib/eBay.rb', line 6391

def message
  @message
end

#notificationDetailsArrayObject

Returns the value of attribute notificationDetailsArray.



6403
6404
6405
# File 'lib/eBay.rb', line 6403

def notificationDetailsArray
  @notificationDetailsArray
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



6394
6395
6396
# File 'lib/eBay.rb', line 6394

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



6398
6399
6400
# File 'lib/eBay.rb', line 6398

def notificationSignature
  @notificationSignature
end

#notificationStatisticsObject

Returns the value of attribute notificationStatistics.



6405
6406
6407
# File 'lib/eBay.rb', line 6405

def notificationStatistics
  @notificationStatistics
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



6396
6397
6398
# File 'lib/eBay.rb', line 6396

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



6401
6402
6403
# File 'lib/eBay.rb', line 6401

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



6387
6388
6389
# File 'lib/eBay.rb', line 6387

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



6392
6393
6394
# File 'lib/eBay.rb', line 6392

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



6407
6408
6409
# File 'lib/eBay.rb', line 6407

def set_any(elements)
  @__xmlele_any = elements
end