Class: GetUserPreferencesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserPreferencesRequestType

Constant Summary collapse

@@schema_type =
"GetUserPreferencesRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["showBidderNoticePreferences", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShowBidderNoticePreferences")]],
  ["showCombinedPaymentPreferences", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShowCombinedPaymentPreferences")]],
  ["showCrossPromotionPreferences", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShowCrossPromotionPreferences")]],
  ["showSellerPaymentPreferences", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShowSellerPaymentPreferences")]],
  ["showEndOfAuctionEmailPreferences", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShowEndOfAuctionEmailPreferences")]],
  ["showSellerFavoriteItemPreferences", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShowSellerFavoriteItemPreferences")]],
  ["showeBxOptInPreference", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShoweBxOptInPreference")]],
  ["showProStoresPreferences", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShowProStoresPreferences")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, showBidderNoticePreferences = nil, showCombinedPaymentPreferences = nil, showCrossPromotionPreferences = nil, showSellerPaymentPreferences = nil, showEndOfAuctionEmailPreferences = nil, showSellerFavoriteItemPreferences = nil, showeBxOptInPreference = nil, showProStoresPreferences = nil) ⇒ GetUserPreferencesRequestType

Returns a new instance of GetUserPreferencesRequestType.



10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
# File 'lib/eBay.rb', line 10227

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, showBidderNoticePreferences = nil, showCombinedPaymentPreferences = nil, showCrossPromotionPreferences = nil, showSellerPaymentPreferences = nil, showEndOfAuctionEmailPreferences = nil, showSellerFavoriteItemPreferences = nil, showeBxOptInPreference = nil, showProStoresPreferences = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @showBidderNoticePreferences = showBidderNoticePreferences
  @showCombinedPaymentPreferences = showCombinedPaymentPreferences
  @showCrossPromotionPreferences = showCrossPromotionPreferences
  @showSellerPaymentPreferences = showSellerPaymentPreferences
  @showEndOfAuctionEmailPreferences = showEndOfAuctionEmailPreferences
  @showSellerFavoriteItemPreferences = showSellerFavoriteItemPreferences
  @showeBxOptInPreference = showeBxOptInPreference
  @showProStoresPreferences = showProStoresPreferences
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10213
10214
10215
# File 'lib/eBay.rb', line 10213

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



10206
10207
10208
# File 'lib/eBay.rb', line 10206

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10210
10211
10212
# File 'lib/eBay.rb', line 10210

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10207
10208
10209
# File 'lib/eBay.rb', line 10207

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10211
10212
10213
# File 'lib/eBay.rb', line 10211

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10208
10209
10210
# File 'lib/eBay.rb', line 10208

def messageID
  @messageID
end

#showBidderNoticePreferencesObject

Returns the value of attribute showBidderNoticePreferences.



10214
10215
10216
# File 'lib/eBay.rb', line 10214

def showBidderNoticePreferences
  @showBidderNoticePreferences
end

#showCombinedPaymentPreferencesObject

Returns the value of attribute showCombinedPaymentPreferences.



10215
10216
10217
# File 'lib/eBay.rb', line 10215

def showCombinedPaymentPreferences
  @showCombinedPaymentPreferences
end

#showCrossPromotionPreferencesObject

Returns the value of attribute showCrossPromotionPreferences.



10216
10217
10218
# File 'lib/eBay.rb', line 10216

def showCrossPromotionPreferences
  @showCrossPromotionPreferences
end

#showeBxOptInPreferenceObject

Returns the value of attribute showeBxOptInPreference.



10220
10221
10222
# File 'lib/eBay.rb', line 10220

def showeBxOptInPreference
  @showeBxOptInPreference
end

#showEndOfAuctionEmailPreferencesObject

Returns the value of attribute showEndOfAuctionEmailPreferences.



10218
10219
10220
# File 'lib/eBay.rb', line 10218

def showEndOfAuctionEmailPreferences
  @showEndOfAuctionEmailPreferences
end

#showProStoresPreferencesObject

Returns the value of attribute showProStoresPreferences.



10221
10222
10223
# File 'lib/eBay.rb', line 10221

def showProStoresPreferences
  @showProStoresPreferences
end

#showSellerFavoriteItemPreferencesObject

Returns the value of attribute showSellerFavoriteItemPreferences.



10219
10220
10221
# File 'lib/eBay.rb', line 10219

def showSellerFavoriteItemPreferences
  @showSellerFavoriteItemPreferences
end

#showSellerPaymentPreferencesObject

Returns the value of attribute showSellerPaymentPreferences.



10217
10218
10219
# File 'lib/eBay.rb', line 10217

def showSellerPaymentPreferences
  @showSellerPaymentPreferences
end

#versionObject

Returns the value of attribute version.



10209
10210
10211
# File 'lib/eBay.rb', line 10209

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



10212
10213
10214
# File 'lib/eBay.rb', line 10212

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



10223
10224
10225
# File 'lib/eBay.rb', line 10223

def set_any(elements)
  @__xmlele_any = elements
end