Class: GetUserPreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserPreferencesResponseType

Constant Summary collapse

@@schema_type =
"GetUserPreferencesResponseType"
@@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")]],
  ["bidderNoticePreferences", ["BidderNoticePreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidderNoticePreferences")]],
  ["combinedPaymentPreferences", ["CombinedPaymentPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CombinedPaymentPreferences")]],
  ["crossPromotionPreferences", ["CrossPromotionPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CrossPromotionPreferences")]],
  ["sellerPaymentPreferences", ["SellerPaymentPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerPaymentPreferences")]],
  ["sellerFavoriteItemPreferences", ["SellerFavoriteItemPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerFavoriteItemPreferences")]],
  ["endOfAuctionEmailPreferences", ["EndOfAuctionEmailPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndOfAuctionEmailPreferences")]],
  ["eBxOptInPreference", "EBxOptInPreferenceType"],
  ["expressPreferences", ["ExpressPreferencesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpressPreferences")]],
  ["proStoresPreference", ["ProStoresCheckoutPreferenceType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ProStoresPreference")]]
]

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

Returns a new instance of GetUserPreferencesResponseType.



10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
# File 'lib/eBay.rb', line 10305

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10290
10291
10292
# File 'lib/eBay.rb', line 10290

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10278
10279
10280
# File 'lib/eBay.rb', line 10278

def ack
  @ack
end

#bidderNoticePreferencesObject

Returns the value of attribute bidderNoticePreferences.



10291
10292
10293
# File 'lib/eBay.rb', line 10291

def bidderNoticePreferences
  @bidderNoticePreferences
end

#buildObject

Returns the value of attribute build.



10283
10284
10285
# File 'lib/eBay.rb', line 10283

def build
  @build
end

#combinedPaymentPreferencesObject

Returns the value of attribute combinedPaymentPreferences.



10292
10293
10294
# File 'lib/eBay.rb', line 10292

def combinedPaymentPreferences
  @combinedPaymentPreferences
end

#correlationIDObject

Returns the value of attribute correlationID.



10279
10280
10281
# File 'lib/eBay.rb', line 10279

def correlationID
  @correlationID
end

#crossPromotionPreferencesObject

Returns the value of attribute crossPromotionPreferences.



10293
10294
10295
# File 'lib/eBay.rb', line 10293

def crossPromotionPreferences
  @crossPromotionPreferences
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10285
10286
10287
# File 'lib/eBay.rb', line 10285

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eBxOptInPreferenceObject

Returns the value of attribute eBxOptInPreference.



10297
10298
10299
# File 'lib/eBay.rb', line 10297

def eBxOptInPreference
  @eBxOptInPreference
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10287
10288
10289
# File 'lib/eBay.rb', line 10287

def eIASToken
  @eIASToken
end

#endOfAuctionEmailPreferencesObject

Returns the value of attribute endOfAuctionEmailPreferences.



10296
10297
10298
# File 'lib/eBay.rb', line 10296

def endOfAuctionEmailPreferences
  @endOfAuctionEmailPreferences
end

#errorsObject

Returns the value of attribute errors.



10280
10281
10282
# File 'lib/eBay.rb', line 10280

def errors
  @errors
end

#expressPreferencesObject

Returns the value of attribute expressPreferences.



10298
10299
10300
# File 'lib/eBay.rb', line 10298

def expressPreferences
  @expressPreferences
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10289
10290
10291
# File 'lib/eBay.rb', line 10289

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10281
10282
10283
# File 'lib/eBay.rb', line 10281

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10284
10285
10286
# File 'lib/eBay.rb', line 10284

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10288
10289
10290
# File 'lib/eBay.rb', line 10288

def notificationSignature
  @notificationSignature
end

#proStoresPreferenceObject

Returns the value of attribute proStoresPreference.



10299
10300
10301
# File 'lib/eBay.rb', line 10299

def proStoresPreference
  @proStoresPreference
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10286
10287
10288
# File 'lib/eBay.rb', line 10286

def recipientUserID
  @recipientUserID
end

#sellerFavoriteItemPreferencesObject

Returns the value of attribute sellerFavoriteItemPreferences.



10295
10296
10297
# File 'lib/eBay.rb', line 10295

def sellerFavoriteItemPreferences
  @sellerFavoriteItemPreferences
end

#sellerPaymentPreferencesObject

Returns the value of attribute sellerPaymentPreferences.



10294
10295
10296
# File 'lib/eBay.rb', line 10294

def sellerPaymentPreferences
  @sellerPaymentPreferences
end

#timestampObject

Returns the value of attribute timestamp.



10277
10278
10279
# File 'lib/eBay.rb', line 10277

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10282
10283
10284
# File 'lib/eBay.rb', line 10282

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10301
10302
10303
# File 'lib/eBay.rb', line 10301

def set_any(elements)
  @__xmlele_any = elements
end