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")]],
["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, 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.



4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
# File 'lib/eBay.rb', line 4630

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = 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
  @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.



4617
4618
4619
# File 'lib/eBay.rb', line 4617

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



4606
4607
4608
# File 'lib/eBay.rb', line 4606

def ack
  @ack
end

#biddingItemArrayObject

Returns the value of attribute biddingItemArray.



4618
4619
4620
# File 'lib/eBay.rb', line 4618

def biddingItemArray
  @biddingItemArray
end

#buildObject

Returns the value of attribute build.



4611
4612
4613
# File 'lib/eBay.rb', line 4611

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



4607
4608
4609
# File 'lib/eBay.rb', line 4607

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



4613
4614
4615
# File 'lib/eBay.rb', line 4613

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



4608
4609
4610
# File 'lib/eBay.rb', line 4608

def errors
  @errors
end

#favoriteSearchesObject

Returns the value of attribute favoriteSearches.



4622
4623
4624
# File 'lib/eBay.rb', line 4622

def favoriteSearches
  @favoriteSearches
end

#favoriteSellersObject

Returns the value of attribute favoriteSellers.



4623
4624
4625
# File 'lib/eBay.rb', line 4623

def favoriteSellers
  @favoriteSellers
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



4616
4617
4618
# File 'lib/eBay.rb', line 4616

def hardExpirationWarning
  @hardExpirationWarning
end

#lostItemArrayObject

Returns the value of attribute lostItemArray.



4619
4620
4621
# File 'lib/eBay.rb', line 4619

def lostItemArray
  @lostItemArray
end

#messageObject

Returns the value of attribute message.



4609
4610
4611
# File 'lib/eBay.rb', line 4609

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



4612
4613
4614
# File 'lib/eBay.rb', line 4612

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



4615
4616
4617
# File 'lib/eBay.rb', line 4615

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



4614
4615
4616
# File 'lib/eBay.rb', line 4614

def recipientUserID
  @recipientUserID
end

#secondChanceOffersObject

Returns the value of attribute secondChanceOffers.



4624
4625
4626
# File 'lib/eBay.rb', line 4624

def secondChanceOffers
  @secondChanceOffers
end

#timestampObject

Returns the value of attribute timestamp.



4605
4606
4607
# File 'lib/eBay.rb', line 4605

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



4610
4611
4612
# File 'lib/eBay.rb', line 4610

def version
  @version
end

#watchItemArrayObject

Returns the value of attribute watchItemArray.



4620
4621
4622
# File 'lib/eBay.rb', line 4620

def watchItemArray
  @watchItemArray
end

#wonItemArrayObject

Returns the value of attribute wonItemArray.



4621
4622
4623
# File 'lib/eBay.rb', line 4621

def wonItemArray
  @wonItemArray
end

Instance Method Details

#set_any(elements) ⇒ Object



4626
4627
4628
# File 'lib/eBay.rb', line 4626

def set_any(elements)
  @__xmlele_any = elements
end