Class: EBay::GetItemTransactionsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetItemTransactionsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemTransactionsResponseType
- 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
paginationResult - EBay::PaginationResultType
hasMoreTransactions - SOAP::SOAPBoolean
transactionsPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
returnedTransactionCountActual - SOAP::SOAPInt
item - EBay::ItemType
transactionArray - EBay::TransactionArrayType
payPalPreferred - SOAP::SOAPBoolean
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.
-
#hasMoreTransactions ⇒ Object
Returns the value of attribute hasMoreTransactions.
-
#item ⇒ Object
Returns the value of attribute item.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#payPalPreferred ⇒ Object
Returns the value of attribute payPalPreferred.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#returnedTransactionCountActual ⇒ Object
Returns the value of attribute returnedTransactionCountActual.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#transactionArray ⇒ Object
Returns the value of attribute transactionArray.
-
#transactionsPerPage ⇒ Object
Returns the value of attribute transactionsPerPage.
-
#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, paginationResult = nil, hasMoreTransactions = nil, transactionsPerPage = nil, pageNumber = nil, returnedTransactionCountActual = nil, item = nil, transactionArray = nil, payPalPreferred = nil) ⇒ GetItemTransactionsResponseType
constructor
A new instance of GetItemTransactionsResponseType.
- #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, paginationResult = nil, hasMoreTransactions = nil, transactionsPerPage = nil, pageNumber = nil, returnedTransactionCountActual = nil, item = nil, transactionArray = nil, payPalPreferred = nil) ⇒ GetItemTransactionsResponseType
Returns a new instance of GetItemTransactionsResponseType.
12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 12582 12583 12584 12585 12586 12587 12588 12589 12590 12591 12592 12593 12594 12595 12596 |
# File 'lib/eBay.rb', line 12571 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, paginationResult = nil, hasMoreTransactions = nil, transactionsPerPage = nil, pageNumber = nil, returnedTransactionCountActual = nil, item = nil, transactionArray = nil, payPalPreferred = 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 @paginationResult = paginationResult @hasMoreTransactions = hasMoreTransactions @transactionsPerPage = transactionsPerPage @pageNumber = pageNumber @returnedTransactionCountActual = returnedTransactionCountActual @item = item @transactionArray = transactionArray @payPalPreferred = payPalPreferred end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12557 12558 12559 |
# File 'lib/eBay.rb', line 12557 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12543 12544 12545 |
# File 'lib/eBay.rb', line 12543 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12555 12556 12557 |
# File 'lib/eBay.rb', line 12555 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12548 12549 12550 |
# File 'lib/eBay.rb', line 12548 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12544 12545 12546 |
# File 'lib/eBay.rb', line 12544 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12550 12551 12552 |
# File 'lib/eBay.rb', line 12550 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12552 12553 12554 |
# File 'lib/eBay.rb', line 12552 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12545 12546 12547 |
# File 'lib/eBay.rb', line 12545 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12556 12557 12558 |
# File 'lib/eBay.rb', line 12556 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12554 12555 12556 |
# File 'lib/eBay.rb', line 12554 def hardExpirationWarning @hardExpirationWarning end |
#hasMoreTransactions ⇒ Object
Returns the value of attribute hasMoreTransactions.
12559 12560 12561 |
# File 'lib/eBay.rb', line 12559 def hasMoreTransactions @hasMoreTransactions end |
#item ⇒ Object
Returns the value of attribute item.
12563 12564 12565 |
# File 'lib/eBay.rb', line 12563 def item @item end |
#message ⇒ Object
Returns the value of attribute message.
12546 12547 12548 |
# File 'lib/eBay.rb', line 12546 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12549 12550 12551 |
# File 'lib/eBay.rb', line 12549 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12553 12554 12555 |
# File 'lib/eBay.rb', line 12553 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
12561 12562 12563 |
# File 'lib/eBay.rb', line 12561 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
12558 12559 12560 |
# File 'lib/eBay.rb', line 12558 def paginationResult @paginationResult end |
#payPalPreferred ⇒ Object
Returns the value of attribute payPalPreferred.
12565 12566 12567 |
# File 'lib/eBay.rb', line 12565 def payPalPreferred @payPalPreferred end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12551 12552 12553 |
# File 'lib/eBay.rb', line 12551 def recipientUserID @recipientUserID end |
#returnedTransactionCountActual ⇒ Object
Returns the value of attribute returnedTransactionCountActual.
12562 12563 12564 |
# File 'lib/eBay.rb', line 12562 def returnedTransactionCountActual @returnedTransactionCountActual end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12542 12543 12544 |
# File 'lib/eBay.rb', line 12542 def @timestamp end |
#transactionArray ⇒ Object
Returns the value of attribute transactionArray.
12564 12565 12566 |
# File 'lib/eBay.rb', line 12564 def transactionArray @transactionArray end |
#transactionsPerPage ⇒ Object
Returns the value of attribute transactionsPerPage.
12560 12561 12562 |
# File 'lib/eBay.rb', line 12560 def transactionsPerPage @transactionsPerPage end |
#version ⇒ Object
Returns the value of attribute version.
12547 12548 12549 |
# File 'lib/eBay.rb', line 12547 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12567 12568 12569 |
# File 'lib/eBay.rb', line 12567 def set_any(elements) @__xmlele_any = elements end |