Class: GetUserPreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserPreferencesResponseType

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
bidderNoticePreferences - BidderNoticePreferencesType
combinedPaymentPreferences - CombinedPaymentPreferencesType
crossPromotionPreferences - CrossPromotionPreferencesType
sellerPaymentPreferences - SellerPaymentPreferencesType
sellerFavoriteItemPreferences - SellerFavoriteItemPreferencesType
endOfAuctionEmailPreferences - EndOfAuctionEmailPreferencesType
expressPreferences - ExpressPreferencesType
proStoresPreference - ProStoresCheckoutPreferenceType

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, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil, expressPreferences = nil, proStoresPreference = nil) ⇒ GetUserPreferencesResponseType

Returns a new instance of GetUserPreferencesResponseType.



13135
13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
13153
13154
13155
13156
13157
13158
13159
# File 'lib/eBay.rb', line 13135

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, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil, expressPreferences = nil, proStoresPreference = 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
  @bidderNoticePreferences = bidderNoticePreferences
  @combinedPaymentPreferences = combinedPaymentPreferences
  @crossPromotionPreferences = crossPromotionPreferences
  @sellerPaymentPreferences = sellerPaymentPreferences
  @sellerFavoriteItemPreferences = sellerFavoriteItemPreferences
  @endOfAuctionEmailPreferences = endOfAuctionEmailPreferences
  @expressPreferences = expressPreferences
  @proStoresPreference = proStoresPreference
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13121
13122
13123
# File 'lib/eBay.rb', line 13121

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13108
13109
13110
# File 'lib/eBay.rb', line 13108

def ack
  @ack
end

#bidderNoticePreferencesObject

Returns the value of attribute bidderNoticePreferences.



13122
13123
13124
# File 'lib/eBay.rb', line 13122

def bidderNoticePreferences
  @bidderNoticePreferences
end

#botBlockObject

Returns the value of attribute botBlock.



13120
13121
13122
# File 'lib/eBay.rb', line 13120

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13113
13114
13115
# File 'lib/eBay.rb', line 13113

def build
  @build
end

#combinedPaymentPreferencesObject

Returns the value of attribute combinedPaymentPreferences.



13123
13124
13125
# File 'lib/eBay.rb', line 13123

def combinedPaymentPreferences
  @combinedPaymentPreferences
end

#correlationIDObject

Returns the value of attribute correlationID.



13109
13110
13111
# File 'lib/eBay.rb', line 13109

def correlationID
  @correlationID
end

#crossPromotionPreferencesObject

Returns the value of attribute crossPromotionPreferences.



13124
13125
13126
# File 'lib/eBay.rb', line 13124

def crossPromotionPreferences
  @crossPromotionPreferences
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13115
13116
13117
# File 'lib/eBay.rb', line 13115

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13117
13118
13119
# File 'lib/eBay.rb', line 13117

def eIASToken
  @eIASToken
end

#endOfAuctionEmailPreferencesObject

Returns the value of attribute endOfAuctionEmailPreferences.



13127
13128
13129
# File 'lib/eBay.rb', line 13127

def endOfAuctionEmailPreferences
  @endOfAuctionEmailPreferences
end

#errorsObject

Returns the value of attribute errors.



13110
13111
13112
# File 'lib/eBay.rb', line 13110

def errors
  @errors
end

#expressPreferencesObject

Returns the value of attribute expressPreferences.



13128
13129
13130
# File 'lib/eBay.rb', line 13128

def expressPreferences
  @expressPreferences
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13119
13120
13121
# File 'lib/eBay.rb', line 13119

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13111
13112
13113
# File 'lib/eBay.rb', line 13111

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13114
13115
13116
# File 'lib/eBay.rb', line 13114

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13118
13119
13120
# File 'lib/eBay.rb', line 13118

def notificationSignature
  @notificationSignature
end

#proStoresPreferenceObject

Returns the value of attribute proStoresPreference.



13129
13130
13131
# File 'lib/eBay.rb', line 13129

def proStoresPreference
  @proStoresPreference
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13116
13117
13118
# File 'lib/eBay.rb', line 13116

def recipientUserID
  @recipientUserID
end

#sellerFavoriteItemPreferencesObject

Returns the value of attribute sellerFavoriteItemPreferences.



13126
13127
13128
# File 'lib/eBay.rb', line 13126

def sellerFavoriteItemPreferences
  @sellerFavoriteItemPreferences
end

#sellerPaymentPreferencesObject

Returns the value of attribute sellerPaymentPreferences.



13125
13126
13127
# File 'lib/eBay.rb', line 13125

def sellerPaymentPreferences
  @sellerPaymentPreferences
end

#timestampObject

Returns the value of attribute timestamp.



13107
13108
13109
# File 'lib/eBay.rb', line 13107

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13112
13113
13114
# File 'lib/eBay.rb', line 13112

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13131
13132
13133
# File 'lib/eBay.rb', line 13131

def set_any(elements)
  @__xmlele_any = elements
end