Class: EBay::GetSellingManagerSoldListingsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellingManagerSoldListingsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerSoldListingsResponseType
- 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
saleRecord - EBay::SellingManagerSoldOrderType
paginationResult - EBay::PaginationResultType
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.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#saleRecord ⇒ Object
Returns the value of attribute saleRecord.
-
#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, saleRecord = [], paginationResult = nil) ⇒ GetSellingManagerSoldListingsResponseType
constructor
A new instance of GetSellingManagerSoldListingsResponseType.
- #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, saleRecord = [], paginationResult = nil) ⇒ GetSellingManagerSoldListingsResponseType
Returns a new instance of GetSellingManagerSoldListingsResponseType.
14812 14813 14814 14815 14816 14817 14818 14819 14820 14821 14822 14823 14824 14825 14826 14827 14828 14829 14830 14831 |
# File 'lib/eBay.rb', line 14812 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, saleRecord = [], paginationResult = 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 @saleRecord = saleRecord @paginationResult = paginationResult end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14804 14805 14806 |
# File 'lib/eBay.rb', line 14804 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14790 14791 14792 |
# File 'lib/eBay.rb', line 14790 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14802 14803 14804 |
# File 'lib/eBay.rb', line 14802 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14795 14796 14797 |
# File 'lib/eBay.rb', line 14795 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14791 14792 14793 |
# File 'lib/eBay.rb', line 14791 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14797 14798 14799 |
# File 'lib/eBay.rb', line 14797 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14799 14800 14801 |
# File 'lib/eBay.rb', line 14799 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14792 14793 14794 |
# File 'lib/eBay.rb', line 14792 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14803 14804 14805 |
# File 'lib/eBay.rb', line 14803 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14801 14802 14803 |
# File 'lib/eBay.rb', line 14801 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
14793 14794 14795 |
# File 'lib/eBay.rb', line 14793 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14796 14797 14798 |
# File 'lib/eBay.rb', line 14796 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14800 14801 14802 |
# File 'lib/eBay.rb', line 14800 def notificationSignature @notificationSignature end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
14806 14807 14808 |
# File 'lib/eBay.rb', line 14806 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14798 14799 14800 |
# File 'lib/eBay.rb', line 14798 def recipientUserID @recipientUserID end |
#saleRecord ⇒ Object
Returns the value of attribute saleRecord.
14805 14806 14807 |
# File 'lib/eBay.rb', line 14805 def saleRecord @saleRecord end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14789 14790 14791 |
# File 'lib/eBay.rb', line 14789 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14794 14795 14796 |
# File 'lib/eBay.rb', line 14794 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14808 14809 14810 |
# File 'lib/eBay.rb', line 14808 def set_any(elements) @__xmlele_any = elements end |