Class: GetNotificationsUsageResponseType
- Inherits:
-
Object
- Object
- GetNotificationsUsageResponseType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#markUpMarkDownHistory ⇒ Object
Returns the value of attribute markUpMarkDownHistory.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationDetailsArray ⇒ Object
Returns the value of attribute notificationDetailsArray.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#notificationStatistics ⇒ Object
Returns the value of attribute notificationStatistics.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetNotificationsUsageResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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) = @ack = ack @correlationID = correlationID @errors = errors = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6400 6401 6402 |
# File 'lib/eBay.rb', line 6400 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
6388 6389 6390 |
# File 'lib/eBay.rb', line 6388 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
6393 6394 6395 |
# File 'lib/eBay.rb', line 6393 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
6389 6390 6391 |
# File 'lib/eBay.rb', line 6389 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
6395 6396 6397 |
# File 'lib/eBay.rb', line 6395 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
6397 6398 6399 |
# File 'lib/eBay.rb', line 6397 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
6402 6403 6404 |
# File 'lib/eBay.rb', line 6402 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
6390 6391 6392 |
# File 'lib/eBay.rb', line 6390 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
6399 6400 6401 |
# File 'lib/eBay.rb', line 6399 def hardExpirationWarning @hardExpirationWarning end |
#markUpMarkDownHistory ⇒ Object
Returns the value of attribute markUpMarkDownHistory.
6404 6405 6406 |
# File 'lib/eBay.rb', line 6404 def markUpMarkDownHistory @markUpMarkDownHistory end |
#message ⇒ Object
Returns the value of attribute message.
6391 6392 6393 |
# File 'lib/eBay.rb', line 6391 def end |
#notificationDetailsArray ⇒ Object
Returns the value of attribute notificationDetailsArray.
6403 6404 6405 |
# File 'lib/eBay.rb', line 6403 def notificationDetailsArray @notificationDetailsArray end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
6394 6395 6396 |
# File 'lib/eBay.rb', line 6394 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
6398 6399 6400 |
# File 'lib/eBay.rb', line 6398 def notificationSignature @notificationSignature end |
#notificationStatistics ⇒ Object
Returns the value of attribute notificationStatistics.
6405 6406 6407 |
# File 'lib/eBay.rb', line 6405 def notificationStatistics @notificationStatistics end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
6396 6397 6398 |
# File 'lib/eBay.rb', line 6396 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
6401 6402 6403 |
# File 'lib/eBay.rb', line 6401 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
6387 6388 6389 |
# File 'lib/eBay.rb', line 6387 def end |
#version ⇒ Object
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 |