Class: EBay::GetMyeBaySellingResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetMyeBaySellingResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetMyeBaySellingResponseType
- 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
sellingSummary - EBay::SellingSummaryType
scheduledList - EBay::PaginatedItemArrayType
activeList - EBay::PaginatedItemArrayType
soldList - EBay::PaginatedOrderTransactionArrayType
unsoldList - EBay::PaginatedItemArrayType
summary - EBay::MyeBaySellingSummaryType
bidList - EBay::PaginatedItemArrayType
deletedFromSoldList - EBay::PaginatedOrderTransactionArrayType
deletedFromUnsoldList - EBay::PaginatedItemArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#activeList ⇒ Object
Returns the value of attribute activeList.
-
#bidList ⇒ Object
Returns the value of attribute bidList.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#deletedFromSoldList ⇒ Object
Returns the value of attribute deletedFromSoldList.
-
#deletedFromUnsoldList ⇒ Object
Returns the value of attribute deletedFromUnsoldList.
-
#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.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#scheduledList ⇒ Object
Returns the value of attribute scheduledList.
-
#sellingSummary ⇒ Object
Returns the value of attribute sellingSummary.
-
#soldList ⇒ Object
Returns the value of attribute soldList.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#unsoldList ⇒ Object
Returns the value of attribute unsoldList.
-
#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, sellingSummary = nil, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil, summary = nil, bidList = nil, deletedFromSoldList = nil, deletedFromUnsoldList = nil) ⇒ GetMyeBaySellingResponseType
constructor
A new instance of GetMyeBaySellingResponseType.
- #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, sellingSummary = nil, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil, summary = nil, bidList = nil, deletedFromSoldList = nil, deletedFromUnsoldList = nil) ⇒ GetMyeBaySellingResponseType
Returns a new instance of GetMyeBaySellingResponseType.
13072 13073 13074 13075 13076 13077 13078 13079 13080 13081 13082 13083 13084 13085 13086 13087 13088 13089 13090 13091 13092 13093 13094 13095 13096 13097 13098 |
# File 'lib/eBay.rb', line 13072 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, sellingSummary = nil, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil, summary = nil, bidList = nil, deletedFromSoldList = nil, deletedFromUnsoldList = 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 @sellingSummary = sellingSummary @scheduledList = scheduledList @activeList = activeList @soldList = soldList @unsoldList = unsoldList @summary = summary @bidList = bidList @deletedFromSoldList = deletedFromSoldList @deletedFromUnsoldList = deletedFromUnsoldList end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13057 13058 13059 |
# File 'lib/eBay.rb', line 13057 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
13043 13044 13045 |
# File 'lib/eBay.rb', line 13043 def ack @ack end |
#activeList ⇒ Object
Returns the value of attribute activeList.
13060 13061 13062 |
# File 'lib/eBay.rb', line 13060 def activeList @activeList end |
#bidList ⇒ Object
Returns the value of attribute bidList.
13064 13065 13066 |
# File 'lib/eBay.rb', line 13064 def bidList @bidList end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
13055 13056 13057 |
# File 'lib/eBay.rb', line 13055 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
13048 13049 13050 |
# File 'lib/eBay.rb', line 13048 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
13044 13045 13046 |
# File 'lib/eBay.rb', line 13044 def correlationID @correlationID end |
#deletedFromSoldList ⇒ Object
Returns the value of attribute deletedFromSoldList.
13065 13066 13067 |
# File 'lib/eBay.rb', line 13065 def deletedFromSoldList @deletedFromSoldList end |
#deletedFromUnsoldList ⇒ Object
Returns the value of attribute deletedFromUnsoldList.
13066 13067 13068 |
# File 'lib/eBay.rb', line 13066 def deletedFromUnsoldList @deletedFromUnsoldList end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
13050 13051 13052 |
# File 'lib/eBay.rb', line 13050 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
13052 13053 13054 |
# File 'lib/eBay.rb', line 13052 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
13045 13046 13047 |
# File 'lib/eBay.rb', line 13045 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
13056 13057 13058 |
# File 'lib/eBay.rb', line 13056 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
13054 13055 13056 |
# File 'lib/eBay.rb', line 13054 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
13046 13047 13048 |
# File 'lib/eBay.rb', line 13046 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
13049 13050 13051 |
# File 'lib/eBay.rb', line 13049 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
13053 13054 13055 |
# File 'lib/eBay.rb', line 13053 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
13051 13052 13053 |
# File 'lib/eBay.rb', line 13051 def recipientUserID @recipientUserID end |
#scheduledList ⇒ Object
Returns the value of attribute scheduledList.
13059 13060 13061 |
# File 'lib/eBay.rb', line 13059 def scheduledList @scheduledList end |
#sellingSummary ⇒ Object
Returns the value of attribute sellingSummary.
13058 13059 13060 |
# File 'lib/eBay.rb', line 13058 def sellingSummary @sellingSummary end |
#soldList ⇒ Object
Returns the value of attribute soldList.
13061 13062 13063 |
# File 'lib/eBay.rb', line 13061 def soldList @soldList end |
#summary ⇒ Object
Returns the value of attribute summary.
13063 13064 13065 |
# File 'lib/eBay.rb', line 13063 def summary @summary end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
13042 13043 13044 |
# File 'lib/eBay.rb', line 13042 def @timestamp end |
#unsoldList ⇒ Object
Returns the value of attribute unsoldList.
13062 13063 13064 |
# File 'lib/eBay.rb', line 13062 def unsoldList @unsoldList end |
#version ⇒ Object
Returns the value of attribute version.
13047 13048 13049 |
# File 'lib/eBay.rb', line 13047 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
13068 13069 13070 |
# File 'lib/eBay.rb', line 13068 def set_any(elements) @__xmlele_any = elements end |