Class: SetUserPreferencesRequestType

Inherits:
Object
  • Object
show all
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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["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(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil) ⇒ SetUserPreferencesRequestType

Returns a new instance of SetUserPreferencesRequestType.



10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998
10999
# File 'lib/eBay.rb', line 10985

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__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.



10973
10974
10975
# File 'lib/eBay.rb', line 10973

def __xmlele_any
  @__xmlele_any
end

#bidderNoticePreferencesObject

Returns the value of attribute bidderNoticePreferences.



10974
10975
10976
# File 'lib/eBay.rb', line 10974

def bidderNoticePreferences
  @bidderNoticePreferences
end

#combinedPaymentPreferencesObject

Returns the value of attribute combinedPaymentPreferences.



10975
10976
10977
# File 'lib/eBay.rb', line 10975

def combinedPaymentPreferences
  @combinedPaymentPreferences
end

#crossPromotionPreferencesObject

Returns the value of attribute crossPromotionPreferences.



10976
10977
10978
# File 'lib/eBay.rb', line 10976

def crossPromotionPreferences
  @crossPromotionPreferences
end

#detailLevelObject

Returns the value of attribute detailLevel.



10967
10968
10969
# File 'lib/eBay.rb', line 10967

def detailLevel
  @detailLevel
end

#endOfAuctionEmailPreferencesObject

Returns the value of attribute endOfAuctionEmailPreferences.



10979
10980
10981
# File 'lib/eBay.rb', line 10979

def endOfAuctionEmailPreferences
  @endOfAuctionEmailPreferences
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10971
10972
10973
# File 'lib/eBay.rb', line 10971

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10968
10969
10970
# File 'lib/eBay.rb', line 10968

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10972
10973
10974
# File 'lib/eBay.rb', line 10972

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



10969
10970
10971
# File 'lib/eBay.rb', line 10969

def messageID
  @messageID
end

#sellerFavoriteItemPreferencesObject

Returns the value of attribute sellerFavoriteItemPreferences.



10978
10979
10980
# File 'lib/eBay.rb', line 10978

def sellerFavoriteItemPreferences
  @sellerFavoriteItemPreferences
end

#sellerPaymentPreferencesObject

Returns the value of attribute sellerPaymentPreferences.



10977
10978
10979
# File 'lib/eBay.rb', line 10977

def sellerPaymentPreferences
  @sellerPaymentPreferences
end

#versionObject

Returns the value of attribute version.



10970
10971
10972
# File 'lib/eBay.rb', line 10970

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10981
10982
10983
# File 'lib/eBay.rb', line 10981

def set_any(elements)
  @__xmlele_any = elements
end