Class: EBay::ItemsCanceledEventType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::ItemsCanceledEventType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemsCanceledEventType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
canceledItemIDArray - EBay::ItemIDArrayType
eligibleForRelist - SOAP::SOAPBoolean
sellerID - (any)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#canceledItemIDArray ⇒ Object
Returns the value of attribute canceledItemIDArray.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#eligibleForRelist ⇒ Object
Returns the value of attribute eligibleForRelist.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#sellerID ⇒ Object
Returns the value of attribute sellerID.
-
#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, botBlock = nil, externalUserData = nil, canceledItemIDArray = nil, eligibleForRelist = nil, sellerID = nil) ⇒ ItemsCanceledEventType
constructor
A new instance of ItemsCanceledEventType.
- #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, botBlock = nil, externalUserData = nil, canceledItemIDArray = nil, eligibleForRelist = nil, sellerID = nil) ⇒ ItemsCanceledEventType
Returns a new instance of ItemsCanceledEventType.
19571 19572 19573 19574 19575 19576 19577 19578 19579 19580 19581 19582 19583 19584 19585 19586 19587 19588 19589 19590 19591 |
# File 'lib/eBay.rb', line 19571 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, botBlock = nil, externalUserData = nil, canceledItemIDArray = nil, eligibleForRelist = nil, sellerID = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @canceledItemIDArray = canceledItemIDArray @eligibleForRelist = eligibleForRelist @sellerID = sellerID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19562 19563 19564 |
# File 'lib/eBay.rb', line 19562 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
19548 19549 19550 |
# File 'lib/eBay.rb', line 19548 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
19560 19561 19562 |
# File 'lib/eBay.rb', line 19560 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
19553 19554 19555 |
# File 'lib/eBay.rb', line 19553 def build @build end |
#canceledItemIDArray ⇒ Object
Returns the value of attribute canceledItemIDArray.
19563 19564 19565 |
# File 'lib/eBay.rb', line 19563 def canceledItemIDArray @canceledItemIDArray end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
19549 19550 19551 |
# File 'lib/eBay.rb', line 19549 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
19555 19556 19557 |
# File 'lib/eBay.rb', line 19555 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
19557 19558 19559 |
# File 'lib/eBay.rb', line 19557 def eIASToken @eIASToken end |
#eligibleForRelist ⇒ Object
Returns the value of attribute eligibleForRelist.
19564 19565 19566 |
# File 'lib/eBay.rb', line 19564 def eligibleForRelist @eligibleForRelist end |
#errors ⇒ Object
Returns the value of attribute errors.
19550 19551 19552 |
# File 'lib/eBay.rb', line 19550 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
19561 19562 19563 |
# File 'lib/eBay.rb', line 19561 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
19559 19560 19561 |
# File 'lib/eBay.rb', line 19559 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
19551 19552 19553 |
# File 'lib/eBay.rb', line 19551 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
19554 19555 19556 |
# File 'lib/eBay.rb', line 19554 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
19558 19559 19560 |
# File 'lib/eBay.rb', line 19558 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
19556 19557 19558 |
# File 'lib/eBay.rb', line 19556 def recipientUserID @recipientUserID end |
#sellerID ⇒ Object
Returns the value of attribute sellerID.
19565 19566 19567 |
# File 'lib/eBay.rb', line 19565 def sellerID @sellerID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
19547 19548 19549 |
# File 'lib/eBay.rb', line 19547 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
19552 19553 19554 |
# File 'lib/eBay.rb', line 19552 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
19567 19568 19569 |
# File 'lib/eBay.rb', line 19567 def set_any(elements) @__xmlele_any = elements end |