Class: SetUserPreferencesRequestType
- Inherits:
-
Object
- Object
- SetUserPreferencesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetUserPreferencesRequestType
Constant Summary collapse
- @@schema_type =
"SetUserPreferencesRequestType"
- @@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")]], ["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")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidderNoticePreferences ⇒ Object
Returns the value of attribute bidderNoticePreferences.
-
#combinedPaymentPreferences ⇒ Object
Returns the value of attribute combinedPaymentPreferences.
-
#crossPromotionPreferences ⇒ Object
Returns the value of attribute crossPromotionPreferences.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#eBxOptInPreference ⇒ Object
Returns the value of attribute eBxOptInPreference.
-
#endOfAuctionEmailPreferences ⇒ Object
Returns the value of attribute endOfAuctionEmailPreferences.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#expressPreferences ⇒ Object
Returns the value of attribute expressPreferences.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#sellerFavoriteItemPreferences ⇒ Object
Returns the value of attribute sellerFavoriteItemPreferences.
-
#sellerPaymentPreferences ⇒ Object
Returns the value of attribute sellerPaymentPreferences.
-
#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, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil, eBxOptInPreference = nil, expressPreferences = nil) ⇒ SetUserPreferencesRequestType
constructor
A new instance of SetUserPreferencesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil, eBxOptInPreference = nil, expressPreferences = nil) ⇒ SetUserPreferencesRequestType
Returns a new instance of SetUserPreferencesRequestType.
13674 13675 13676 13677 13678 13679 13680 13681 13682 13683 13684 13685 13686 13687 13688 13689 13690 13691 |
# File 'lib/eBay.rb', line 13674 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil, eBxOptInPreference = nil, expressPreferences = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @bidderNoticePreferences = bidderNoticePreferences @combinedPaymentPreferences = combinedPaymentPreferences @crossPromotionPreferences = crossPromotionPreferences @sellerPaymentPreferences = sellerPaymentPreferences @sellerFavoriteItemPreferences = sellerFavoriteItemPreferences @endOfAuctionEmailPreferences = endOfAuctionEmailPreferences @eBxOptInPreference = eBxOptInPreference @expressPreferences = expressPreferences end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13660 13661 13662 |
# File 'lib/eBay.rb', line 13660 def __xmlele_any @__xmlele_any end |
#bidderNoticePreferences ⇒ Object
Returns the value of attribute bidderNoticePreferences.
13661 13662 13663 |
# File 'lib/eBay.rb', line 13661 def bidderNoticePreferences @bidderNoticePreferences end |
#combinedPaymentPreferences ⇒ Object
Returns the value of attribute combinedPaymentPreferences.
13662 13663 13664 |
# File 'lib/eBay.rb', line 13662 def combinedPaymentPreferences @combinedPaymentPreferences end |
#crossPromotionPreferences ⇒ Object
Returns the value of attribute crossPromotionPreferences.
13663 13664 13665 |
# File 'lib/eBay.rb', line 13663 def crossPromotionPreferences @crossPromotionPreferences end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
13653 13654 13655 |
# File 'lib/eBay.rb', line 13653 def detailLevel @detailLevel end |
#eBxOptInPreference ⇒ Object
Returns the value of attribute eBxOptInPreference.
13667 13668 13669 |
# File 'lib/eBay.rb', line 13667 def eBxOptInPreference @eBxOptInPreference end |
#endOfAuctionEmailPreferences ⇒ Object
Returns the value of attribute endOfAuctionEmailPreferences.
13666 13667 13668 |
# File 'lib/eBay.rb', line 13666 def endOfAuctionEmailPreferences @endOfAuctionEmailPreferences end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
13657 13658 13659 |
# File 'lib/eBay.rb', line 13657 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
13654 13655 13656 |
# File 'lib/eBay.rb', line 13654 def errorLanguage @errorLanguage end |
#expressPreferences ⇒ Object
Returns the value of attribute expressPreferences.
13668 13669 13670 |
# File 'lib/eBay.rb', line 13668 def expressPreferences @expressPreferences end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
13658 13659 13660 |
# File 'lib/eBay.rb', line 13658 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
13655 13656 13657 |
# File 'lib/eBay.rb', line 13655 def @messageID end |
#sellerFavoriteItemPreferences ⇒ Object
Returns the value of attribute sellerFavoriteItemPreferences.
13665 13666 13667 |
# File 'lib/eBay.rb', line 13665 def sellerFavoriteItemPreferences @sellerFavoriteItemPreferences end |
#sellerPaymentPreferences ⇒ Object
Returns the value of attribute sellerPaymentPreferences.
13664 13665 13666 |
# File 'lib/eBay.rb', line 13664 def sellerPaymentPreferences @sellerPaymentPreferences end |
#version ⇒ Object
Returns the value of attribute version.
13656 13657 13658 |
# File 'lib/eBay.rb', line 13656 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
13659 13660 13661 |
# File 'lib/eBay.rb', line 13659 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
13670 13671 13672 |
# File 'lib/eBay.rb', line 13670 def set_any(elements) @__xmlele_any = elements end |