Class: EBay::AddTransactionConfirmationItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddTransactionConfirmationItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddTransactionConfirmationItemResponseType
- 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
itemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
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.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#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.
-
#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, botBlock = nil, externalUserData = nil, itemID = nil, startTime = nil, endTime = nil) ⇒ AddTransactionConfirmationItemResponseType
constructor
A new instance of AddTransactionConfirmationItemResponseType.
- #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, itemID = nil, startTime = nil, endTime = nil) ⇒ AddTransactionConfirmationItemResponseType
Returns a new instance of AddTransactionConfirmationItemResponseType.
9950 9951 9952 9953 9954 9955 9956 9957 9958 9959 9960 9961 9962 9963 9964 9965 9966 9967 9968 9969 9970 |
# File 'lib/eBay.rb', line 9950 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, itemID = nil, startTime = nil, endTime = 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 @itemID = itemID @startTime = startTime @endTime = endTime end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9941 9942 9943 |
# File 'lib/eBay.rb', line 9941 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9927 9928 9929 |
# File 'lib/eBay.rb', line 9927 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9939 9940 9941 |
# File 'lib/eBay.rb', line 9939 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
9932 9933 9934 |
# File 'lib/eBay.rb', line 9932 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9928 9929 9930 |
# File 'lib/eBay.rb', line 9928 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9934 9935 9936 |
# File 'lib/eBay.rb', line 9934 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9936 9937 9938 |
# File 'lib/eBay.rb', line 9936 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
9944 9945 9946 |
# File 'lib/eBay.rb', line 9944 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
9929 9930 9931 |
# File 'lib/eBay.rb', line 9929 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9940 9941 9942 |
# File 'lib/eBay.rb', line 9940 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9938 9939 9940 |
# File 'lib/eBay.rb', line 9938 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
9942 9943 9944 |
# File 'lib/eBay.rb', line 9942 def itemID @itemID end |
#message ⇒ Object
Returns the value of attribute message.
9930 9931 9932 |
# File 'lib/eBay.rb', line 9930 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9933 9934 9935 |
# File 'lib/eBay.rb', line 9933 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9937 9938 9939 |
# File 'lib/eBay.rb', line 9937 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9935 9936 9937 |
# File 'lib/eBay.rb', line 9935 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
9943 9944 9945 |
# File 'lib/eBay.rb', line 9943 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9926 9927 9928 |
# File 'lib/eBay.rb', line 9926 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9931 9932 9933 |
# File 'lib/eBay.rb', line 9931 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9946 9947 9948 |
# File 'lib/eBay.rb', line 9946 def set_any(elements) @__xmlele_any = elements end |