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

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

Returns a new instance of GetUserPreferencesResponseType.



8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
# File 'lib/eBay.rb', line 8204

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8192
8193
8194
# File 'lib/eBay.rb', line 8192

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8181
8182
8183
# File 'lib/eBay.rb', line 8181

def ack
  @ack
end

#bidderNoticePreferencesObject

Returns the value of attribute bidderNoticePreferences.



8193
8194
8195
# File 'lib/eBay.rb', line 8193

def bidderNoticePreferences
  @bidderNoticePreferences
end

#buildObject

Returns the value of attribute build.



8186
8187
8188
# File 'lib/eBay.rb', line 8186

def build
  @build
end

#combinedPaymentPreferencesObject

Returns the value of attribute combinedPaymentPreferences.



8194
8195
8196
# File 'lib/eBay.rb', line 8194

def combinedPaymentPreferences
  @combinedPaymentPreferences
end

#correlationIDObject

Returns the value of attribute correlationID.



8182
8183
8184
# File 'lib/eBay.rb', line 8182

def correlationID
  @correlationID
end

#crossPromotionPreferencesObject

Returns the value of attribute crossPromotionPreferences.



8195
8196
8197
# File 'lib/eBay.rb', line 8195

def crossPromotionPreferences
  @crossPromotionPreferences
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8188
8189
8190
# File 'lib/eBay.rb', line 8188

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#endOfAuctionEmailPreferencesObject

Returns the value of attribute endOfAuctionEmailPreferences.



8198
8199
8200
# File 'lib/eBay.rb', line 8198

def endOfAuctionEmailPreferences
  @endOfAuctionEmailPreferences
end

#errorsObject

Returns the value of attribute errors.



8183
8184
8185
# File 'lib/eBay.rb', line 8183

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8191
8192
8193
# File 'lib/eBay.rb', line 8191

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8184
8185
8186
# File 'lib/eBay.rb', line 8184

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8187
8188
8189
# File 'lib/eBay.rb', line 8187

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8190
8191
8192
# File 'lib/eBay.rb', line 8190

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8189
8190
8191
# File 'lib/eBay.rb', line 8189

def recipientUserID
  @recipientUserID
end

#sellerFavoriteItemPreferencesObject

Returns the value of attribute sellerFavoriteItemPreferences.



8197
8198
8199
# File 'lib/eBay.rb', line 8197

def sellerFavoriteItemPreferences
  @sellerFavoriteItemPreferences
end

#sellerPaymentPreferencesObject

Returns the value of attribute sellerPaymentPreferences.



8196
8197
8198
# File 'lib/eBay.rb', line 8196

def sellerPaymentPreferences
  @sellerPaymentPreferences
end

#timestampObject

Returns the value of attribute timestamp.



8180
8181
8182
# File 'lib/eBay.rb', line 8180

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8185
8186
8187
# File 'lib/eBay.rb', line 8185

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8200
8201
8202
# File 'lib/eBay.rb', line 8200

def set_any(elements)
  @__xmlele_any = elements
end