Class: GetMyeBayResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayResponseType

Constant Summary collapse

@@schema_type =
"GetMyeBayResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["biddingItemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BiddingItemArray")]],
  ["lostItemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LostItemArray")]],
  ["watchItemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatchItemArray")]],
  ["wonItemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WonItemArray")]],
  ["favoriteSearches", ["MyeBayFavoriteSearchListType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FavoriteSearches")]],
  ["favoriteSellers", ["MyeBayFavoriteSellerListType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FavoriteSellers")]],
  ["secondChanceOffers", ["MyeBaySecondChanceOfferListType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SecondChanceOffers")]]
]

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, biddingItemArray = nil, lostItemArray = nil, watchItemArray = nil, wonItemArray = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffers = nil) ⇒ GetMyeBayResponseType

Returns a new instance of GetMyeBayResponseType.



5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
# File 'lib/eBay.rb', line 5790

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, biddingItemArray = nil, lostItemArray = nil, watchItemArray = nil, wonItemArray = nil, favoriteSearches = nil, favoriteSellers = nil, secondChanceOffers = 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
  @__xmlele_any = nil
  @biddingItemArray = biddingItemArray
  @lostItemArray = lostItemArray
  @watchItemArray = watchItemArray
  @wonItemArray = wonItemArray
  @favoriteSearches = favoriteSearches
  @favoriteSellers = favoriteSellers
  @secondChanceOffers = secondChanceOffers
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5777
5778
5779
# File 'lib/eBay.rb', line 5777

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5765
5766
5767
# File 'lib/eBay.rb', line 5765

def ack
  @ack
end

#biddingItemArrayObject

Returns the value of attribute biddingItemArray.



5778
5779
5780
# File 'lib/eBay.rb', line 5778

def biddingItemArray
  @biddingItemArray
end

#buildObject

Returns the value of attribute build.



5770
5771
5772
# File 'lib/eBay.rb', line 5770

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



5766
5767
5768
# File 'lib/eBay.rb', line 5766

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5772
5773
5774
# File 'lib/eBay.rb', line 5772

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



5774
5775
5776
# File 'lib/eBay.rb', line 5774

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



5767
5768
5769
# File 'lib/eBay.rb', line 5767

def errors
  @errors
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



5782
5783
5784
# File 'lib/eBay.rb', line 5782

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



5783
5784
5785
# File 'lib/eBay.rb', line 5783

def favoriteSellers
  @favoriteSellers
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5776
5777
5778
# File 'lib/eBay.rb', line 5776

def hardExpirationWarning
  @hardExpirationWarning
end

#lostItemArrayObject

Returns the value of attribute lostItemArray.



5779
5780
5781
# File 'lib/eBay.rb', line 5779

def lostItemArray
  @lostItemArray
end

#messageObject

Returns the value of attribute message.



5768
5769
5770
# File 'lib/eBay.rb', line 5768

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5771
5772
5773
# File 'lib/eBay.rb', line 5771

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5775
5776
5777
# File 'lib/eBay.rb', line 5775

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5773
5774
5775
# File 'lib/eBay.rb', line 5773

def recipientUserID
  @recipientUserID
end

#secondChanceOffersObject

Returns the value of attribute secondChanceOffers.



5784
5785
5786
# File 'lib/eBay.rb', line 5784

def secondChanceOffers
  @secondChanceOffers
end

#timestampObject

Returns the value of attribute timestamp.



5764
5765
5766
# File 'lib/eBay.rb', line 5764

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



5769
5770
5771
# File 'lib/eBay.rb', line 5769

def version
  @version
end

#watchItemArrayObject

Returns the value of attribute watchItemArray.



5780
5781
5782
# File 'lib/eBay.rb', line 5780

def watchItemArray
  @watchItemArray
end

#wonItemArrayObject

Returns the value of attribute wonItemArray.



5781
5782
5783
# File 'lib/eBay.rb', line 5781

def wonItemArray
  @wonItemArray
end

Instance Method Details

#set_any(elements) ⇒ Object



5786
5787
5788
# File 'lib/eBay.rb', line 5786

def set_any(elements)
  @__xmlele_any = elements
end