Class: EBay::GetMyeBayBuyingResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayBuyingResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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
buyingSummary - EBay::BuyingSummaryType
watchList - EBay::PaginatedItemArrayType
bidList - EBay::PaginatedItemArrayType
bestOfferList - EBay::PaginatedItemArrayType
wonList - EBay::PaginatedOrderTransactionArrayType
lostList - EBay::PaginatedItemArrayType
favoriteSearches - EBay::MyeBayFavoriteSearchListType
favoriteSellers - EBay::MyeBayFavoriteSellerListType
secondChanceOffer - EBay::ItemType
bidAssistantList - EBay::BidGroupArrayType
deletedFromWonList - EBay::PaginatedOrderTransactionArrayType
deletedFromLostList - EBay::PaginatedItemArrayType
userDefinedList - EBay::UserDefinedListType

Instance Attribute Summary collapse

Instance Method Summary collapse

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, buyingSummary = nil, watchList = nil, bidList = nil, bestOfferList = nil, wonList = nil, lostList = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffer = [], bidAssistantList = nil, deletedFromWonList = nil, deletedFromLostList = nil, userDefinedList = []) ⇒ GetMyeBayBuyingResponseType

Returns a new instance of GetMyeBayBuyingResponseType.



12919
12920
12921
12922
12923
12924
12925
12926
12927
12928
12929
12930
12931
12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
12943
12944
12945
12946
12947
12948
12949
# File 'lib/eBay.rb', line 12919

def 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, buyingSummary = nil, watchList = nil, bidList = nil, bestOfferList = nil, wonList = nil, lostList = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffer = [], bidAssistantList = nil, deletedFromWonList = nil, deletedFromLostList = nil, userDefinedList = [])
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @buyingSummary = buyingSummary
  @watchList = watchList
  @bidList = bidList
  @bestOfferList = bestOfferList
  @wonList = wonList
  @lostList = lostList
  @favoriteSearches = favoriteSearches
  @favoriteSellers = favoriteSellers
  @secondChanceOffer = secondChanceOffer
  @bidAssistantList = bidAssistantList
  @deletedFromWonList = deletedFromWonList
  @deletedFromLostList = deletedFromLostList
  @userDefinedList = userDefinedList
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12900
12901
12902
# File 'lib/eBay.rb', line 12900

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12886
12887
12888
# File 'lib/eBay.rb', line 12886

def ack
  @ack
end

#bestOfferListObject

Returns the value of attribute bestOfferList.



12904
12905
12906
# File 'lib/eBay.rb', line 12904

def bestOfferList
  @bestOfferList
end

#bidAssistantListObject

Returns the value of attribute bidAssistantList.



12910
12911
12912
# File 'lib/eBay.rb', line 12910

def bidAssistantList
  @bidAssistantList
end

#bidListObject

Returns the value of attribute bidList.



12903
12904
12905
# File 'lib/eBay.rb', line 12903

def bidList
  @bidList
end

#botBlockObject

Returns the value of attribute botBlock.



12898
12899
12900
# File 'lib/eBay.rb', line 12898

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12891
12892
12893
# File 'lib/eBay.rb', line 12891

def build
  @build
end

#buyingSummaryObject

Returns the value of attribute buyingSummary.



12901
12902
12903
# File 'lib/eBay.rb', line 12901

def buyingSummary
  @buyingSummary
end

#correlationIDObject

Returns the value of attribute correlationID.



12887
12888
12889
# File 'lib/eBay.rb', line 12887

def correlationID
  @correlationID
end

#deletedFromLostListObject

Returns the value of attribute deletedFromLostList.



12912
12913
12914
# File 'lib/eBay.rb', line 12912

def deletedFromLostList
  @deletedFromLostList
end

#deletedFromWonListObject

Returns the value of attribute deletedFromWonList.



12911
12912
12913
# File 'lib/eBay.rb', line 12911

def deletedFromWonList
  @deletedFromWonList
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12893
12894
12895
# File 'lib/eBay.rb', line 12893

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12895
12896
12897
# File 'lib/eBay.rb', line 12895

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12888
12889
12890
# File 'lib/eBay.rb', line 12888

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



12899
12900
12901
# File 'lib/eBay.rb', line 12899

def externalUserData
  @externalUserData
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



12907
12908
12909
# File 'lib/eBay.rb', line 12907

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



12908
12909
12910
# File 'lib/eBay.rb', line 12908

def favoriteSellers
  @favoriteSellers
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12897
12898
12899
# File 'lib/eBay.rb', line 12897

def hardExpirationWarning
  @hardExpirationWarning
end

#lostListObject

Returns the value of attribute lostList.



12906
12907
12908
# File 'lib/eBay.rb', line 12906

def lostList
  @lostList
end

#messageObject

Returns the value of attribute message.



12889
12890
12891
# File 'lib/eBay.rb', line 12889

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12892
12893
12894
# File 'lib/eBay.rb', line 12892

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12896
12897
12898
# File 'lib/eBay.rb', line 12896

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12894
12895
12896
# File 'lib/eBay.rb', line 12894

def recipientUserID
  @recipientUserID
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



12909
12910
12911
# File 'lib/eBay.rb', line 12909

def secondChanceOffer
  @secondChanceOffer
end

#timestampObject

Returns the value of attribute timestamp.



12885
12886
12887
# File 'lib/eBay.rb', line 12885

def timestamp
  @timestamp
end

#userDefinedListObject

Returns the value of attribute userDefinedList.



12913
12914
12915
# File 'lib/eBay.rb', line 12913

def userDefinedList
  @userDefinedList
end

#versionObject

Returns the value of attribute version.



12890
12891
12892
# File 'lib/eBay.rb', line 12890

def version
  @version
end

#watchListObject

Returns the value of attribute watchList.



12902
12903
12904
# File 'lib/eBay.rb', line 12902

def watchList
  @watchList
end

#wonListObject

Returns the value of attribute wonList.



12905
12906
12907
# File 'lib/eBay.rb', line 12905

def wonList
  @wonList
end

Instance Method Details

#set_any(elements) ⇒ Object



12915
12916
12917
# File 'lib/eBay.rb', line 12915

def set_any(elements)
  @__xmlele_any = elements
end