Class: GetUserPreferencesRequestType
- Inherits:
-
Object
- Object
- GetUserPreferencesRequestType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#showBidderNoticePreferences ⇒ Object
Returns the value of attribute showBidderNoticePreferences.
-
#showCombinedPaymentPreferences ⇒ Object
Returns the value of attribute showCombinedPaymentPreferences.
-
#showCrossPromotionPreferences ⇒ Object
Returns the value of attribute showCrossPromotionPreferences.
-
#showeBxOptInPreference ⇒ Object
Returns the value of attribute showeBxOptInPreference.
-
#showEndOfAuctionEmailPreferences ⇒ Object
Returns the value of attribute showEndOfAuctionEmailPreferences.
-
#showProStoresPreferences ⇒ Object
Returns the value of attribute showProStoresPreferences.
-
#showSellerFavoriteItemPreferences ⇒ Object
Returns the value of attribute showSellerFavoriteItemPreferences.
-
#showSellerPaymentPreferences ⇒ Object
Returns the value of attribute showSellerPaymentPreferences.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of GetUserPreferencesRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10213 10214 10215 |
# File 'lib/eBay.rb', line 10213 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
10206 10207 10208 |
# File 'lib/eBay.rb', line 10206 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
10210 10211 10212 |
# File 'lib/eBay.rb', line 10210 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
10207 10208 10209 |
# File 'lib/eBay.rb', line 10207 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
10211 10212 10213 |
# File 'lib/eBay.rb', line 10211 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
10208 10209 10210 |
# File 'lib/eBay.rb', line 10208 def @messageID end |
#showBidderNoticePreferences ⇒ Object
Returns the value of attribute showBidderNoticePreferences.
10214 10215 10216 |
# File 'lib/eBay.rb', line 10214 def showBidderNoticePreferences @showBidderNoticePreferences end |
#showCombinedPaymentPreferences ⇒ Object
Returns the value of attribute showCombinedPaymentPreferences.
10215 10216 10217 |
# File 'lib/eBay.rb', line 10215 def showCombinedPaymentPreferences @showCombinedPaymentPreferences end |
#showCrossPromotionPreferences ⇒ Object
Returns the value of attribute showCrossPromotionPreferences.
10216 10217 10218 |
# File 'lib/eBay.rb', line 10216 def showCrossPromotionPreferences @showCrossPromotionPreferences end |
#showeBxOptInPreference ⇒ Object
Returns the value of attribute showeBxOptInPreference.
10220 10221 10222 |
# File 'lib/eBay.rb', line 10220 def showeBxOptInPreference @showeBxOptInPreference end |
#showEndOfAuctionEmailPreferences ⇒ Object
Returns the value of attribute showEndOfAuctionEmailPreferences.
10218 10219 10220 |
# File 'lib/eBay.rb', line 10218 def showEndOfAuctionEmailPreferences @showEndOfAuctionEmailPreferences end |
#showProStoresPreferences ⇒ Object
Returns the value of attribute showProStoresPreferences.
10221 10222 10223 |
# File 'lib/eBay.rb', line 10221 def showProStoresPreferences @showProStoresPreferences end |
#showSellerFavoriteItemPreferences ⇒ Object
Returns the value of attribute showSellerFavoriteItemPreferences.
10219 10220 10221 |
# File 'lib/eBay.rb', line 10219 def showSellerFavoriteItemPreferences @showSellerFavoriteItemPreferences end |
#showSellerPaymentPreferences ⇒ Object
Returns the value of attribute showSellerPaymentPreferences.
10217 10218 10219 |
# File 'lib/eBay.rb', line 10217 def showSellerPaymentPreferences @showSellerPaymentPreferences end |
#version ⇒ Object
Returns the value of attribute version.
10209 10210 10211 |
# File 'lib/eBay.rb', line 10209 def version @version end |
#warningLevel ⇒ Object
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 |