Class: GetExpressWishListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetExpressWishListResponseType

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
wishList - WishListType
pagination - PaginationResultType

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, wishList = [], pagination = nil) ⇒ GetExpressWishListResponseType

Returns a new instance of GetExpressWishListResponseType.



9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
# File 'lib/eBay.rb', line 9799

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, wishList = [], pagination = 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
  @wishList = wishList
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9791
9792
9793
# File 'lib/eBay.rb', line 9791

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9778
9779
9780
# File 'lib/eBay.rb', line 9778

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9790
9791
9792
# File 'lib/eBay.rb', line 9790

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9783
9784
9785
# File 'lib/eBay.rb', line 9783

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9779
9780
9781
# File 'lib/eBay.rb', line 9779

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9785
9786
9787
# File 'lib/eBay.rb', line 9785

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9787
9788
9789
# File 'lib/eBay.rb', line 9787

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9780
9781
9782
# File 'lib/eBay.rb', line 9780

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9789
9790
9791
# File 'lib/eBay.rb', line 9789

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9781
9782
9783
# File 'lib/eBay.rb', line 9781

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9784
9785
9786
# File 'lib/eBay.rb', line 9784

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9788
9789
9790
# File 'lib/eBay.rb', line 9788

def notificationSignature
  @notificationSignature
end

#paginationObject

Returns the value of attribute pagination.



9793
9794
9795
# File 'lib/eBay.rb', line 9793

def pagination
  @pagination
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9786
9787
9788
# File 'lib/eBay.rb', line 9786

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9777
9778
9779
# File 'lib/eBay.rb', line 9777

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9782
9783
9784
# File 'lib/eBay.rb', line 9782

def version
  @version
end

#wishListObject

Returns the value of attribute wishList.



9792
9793
9794
# File 'lib/eBay.rb', line 9792

def wishList
  @wishList
end

Instance Method Details

#set_any(elements) ⇒ Object



9795
9796
9797
# File 'lib/eBay.rb', line 9795

def set_any(elements)
  @__xmlele_any = elements
end