Class: EBay::GetItemsAwaitingFeedbackResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetItemsAwaitingFeedbackResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemsAwaitingFeedbackResponseType
- 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
itemsAwaitingFeedback - EBay::PaginatedTransactionArrayType
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.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#itemsAwaitingFeedback ⇒ Object
Returns the value of attribute itemsAwaitingFeedback.
-
#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.
-
#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, itemsAwaitingFeedback = nil) ⇒ GetItemsAwaitingFeedbackResponseType
constructor
A new instance of GetItemsAwaitingFeedbackResponseType.
- #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, itemsAwaitingFeedback = nil) ⇒ GetItemsAwaitingFeedbackResponseType
Returns a new instance of GetItemsAwaitingFeedbackResponseType.
12639 12640 12641 12642 12643 12644 12645 12646 12647 12648 12649 12650 12651 12652 12653 12654 12655 12656 12657 |
# File 'lib/eBay.rb', line 12639 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, itemsAwaitingFeedback = 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 @itemsAwaitingFeedback = itemsAwaitingFeedback end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12632 12633 12634 |
# File 'lib/eBay.rb', line 12632 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12618 12619 12620 |
# File 'lib/eBay.rb', line 12618 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12630 12631 12632 |
# File 'lib/eBay.rb', line 12630 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12623 12624 12625 |
# File 'lib/eBay.rb', line 12623 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12619 12620 12621 |
# File 'lib/eBay.rb', line 12619 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12625 12626 12627 |
# File 'lib/eBay.rb', line 12625 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12627 12628 12629 |
# File 'lib/eBay.rb', line 12627 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12620 12621 12622 |
# File 'lib/eBay.rb', line 12620 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12631 12632 12633 |
# File 'lib/eBay.rb', line 12631 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12629 12630 12631 |
# File 'lib/eBay.rb', line 12629 def hardExpirationWarning @hardExpirationWarning end |
#itemsAwaitingFeedback ⇒ Object
Returns the value of attribute itemsAwaitingFeedback.
12633 12634 12635 |
# File 'lib/eBay.rb', line 12633 def itemsAwaitingFeedback @itemsAwaitingFeedback end |
#message ⇒ Object
Returns the value of attribute message.
12621 12622 12623 |
# File 'lib/eBay.rb', line 12621 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12624 12625 12626 |
# File 'lib/eBay.rb', line 12624 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12628 12629 12630 |
# File 'lib/eBay.rb', line 12628 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12626 12627 12628 |
# File 'lib/eBay.rb', line 12626 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12617 12618 12619 |
# File 'lib/eBay.rb', line 12617 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12622 12623 12624 |
# File 'lib/eBay.rb', line 12622 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12635 12636 12637 |
# File 'lib/eBay.rb', line 12635 def set_any(elements) @__xmlele_any = elements end |