Class: GetMyeBayBuyingResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayBuyingResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
buyingSummary - BuyingSummaryType
watchList - PaginatedItemArrayType
bidList - PaginatedItemArrayType
bestOfferList - PaginatedItemArrayType
wonList - PaginatedOrderTransactionArrayType
lostList - PaginatedItemArrayType
favoriteSearches - MyeBayFavoriteSearchListType
favoriteSellers - MyeBayFavoriteSellerListType
secondChanceOffer - ItemType
bidAssistantList - BidGroupArrayType

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

Returns a new instance of GetMyeBayBuyingResponseType.



10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
# File 'lib/eBay.rb', line 10632

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, buyingSummary = nil, watchList = nil, bidList = nil, bestOfferList = nil, wonList = nil, lostList = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffer = [], bidAssistantList = nil)
  @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
  @__xmlele_any = nil
  @buyingSummary = buyingSummary
  @watchList = watchList
  @bidList = bidList
  @bestOfferList = bestOfferList
  @wonList = wonList
  @lostList = lostList
  @favoriteSearches = favoriteSearches
  @favoriteSellers = favoriteSellers
  @secondChanceOffer = secondChanceOffer
  @bidAssistantList = bidAssistantList
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10616
10617
10618
# File 'lib/eBay.rb', line 10616

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10603
10604
10605
# File 'lib/eBay.rb', line 10603

def ack
  @ack
end

#bestOfferListObject

Returns the value of attribute bestOfferList.



10620
10621
10622
# File 'lib/eBay.rb', line 10620

def bestOfferList
  @bestOfferList
end

#bidAssistantListObject

Returns the value of attribute bidAssistantList.



10626
10627
10628
# File 'lib/eBay.rb', line 10626

def bidAssistantList
  @bidAssistantList
end

#bidListObject

Returns the value of attribute bidList.



10619
10620
10621
# File 'lib/eBay.rb', line 10619

def bidList
  @bidList
end

#botBlockObject

Returns the value of attribute botBlock.



10615
10616
10617
# File 'lib/eBay.rb', line 10615

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10608
10609
10610
# File 'lib/eBay.rb', line 10608

def build
  @build
end

#buyingSummaryObject

Returns the value of attribute buyingSummary.



10617
10618
10619
# File 'lib/eBay.rb', line 10617

def buyingSummary
  @buyingSummary
end

#correlationIDObject

Returns the value of attribute correlationID.



10604
10605
10606
# File 'lib/eBay.rb', line 10604

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10610
10611
10612
# File 'lib/eBay.rb', line 10610

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10612
10613
10614
# File 'lib/eBay.rb', line 10612

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10605
10606
10607
# File 'lib/eBay.rb', line 10605

def errors
  @errors
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



10623
10624
10625
# File 'lib/eBay.rb', line 10623

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



10624
10625
10626
# File 'lib/eBay.rb', line 10624

def favoriteSellers
  @favoriteSellers
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10614
10615
10616
# File 'lib/eBay.rb', line 10614

def hardExpirationWarning
  @hardExpirationWarning
end

#lostListObject

Returns the value of attribute lostList.



10622
10623
10624
# File 'lib/eBay.rb', line 10622

def lostList
  @lostList
end

#messageObject

Returns the value of attribute message.



10606
10607
10608
# File 'lib/eBay.rb', line 10606

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10609
10610
10611
# File 'lib/eBay.rb', line 10609

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10613
10614
10615
# File 'lib/eBay.rb', line 10613

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10611
10612
10613
# File 'lib/eBay.rb', line 10611

def recipientUserID
  @recipientUserID
end

#secondChanceOfferObject

Returns the value of attribute secondChanceOffer.



10625
10626
10627
# File 'lib/eBay.rb', line 10625

def secondChanceOffer
  @secondChanceOffer
end

#timestampObject

Returns the value of attribute timestamp.



10602
10603
10604
# File 'lib/eBay.rb', line 10602

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10607
10608
10609
# File 'lib/eBay.rb', line 10607

def version
  @version
end

#watchListObject

Returns the value of attribute watchList.



10618
10619
10620
# File 'lib/eBay.rb', line 10618

def watchList
  @watchList
end

#wonListObject

Returns the value of attribute wonList.



10621
10622
10623
# File 'lib/eBay.rb', line 10621

def wonList
  @wonList
end

Instance Method Details

#set_any(elements) ⇒ Object



10628
10629
10630
# File 'lib/eBay.rb', line 10628

def set_any(elements)
  @__xmlele_any = elements
end