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

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) ⇒ GetUserPreferencesRequestType

Returns a new instance of GetUserPreferencesRequestType.



9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
# File 'lib/eBay.rb', line 9010

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8998
8999
9000
# File 'lib/eBay.rb', line 8998

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



8991
8992
8993
# File 'lib/eBay.rb', line 8991

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8995
8996
8997
# File 'lib/eBay.rb', line 8995

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8992
8993
8994
# File 'lib/eBay.rb', line 8992

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8996
8997
8998
# File 'lib/eBay.rb', line 8996

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8993
8994
8995
# File 'lib/eBay.rb', line 8993

def messageID
  @messageID
end

#showBidderNoticePreferencesObject

Returns the value of attribute showBidderNoticePreferences.



8999
9000
9001
# File 'lib/eBay.rb', line 8999

def showBidderNoticePreferences
  @showBidderNoticePreferences
end

#showCombinedPaymentPreferencesObject

Returns the value of attribute showCombinedPaymentPreferences.



9000
9001
9002
# File 'lib/eBay.rb', line 9000

def showCombinedPaymentPreferences
  @showCombinedPaymentPreferences
end

#showCrossPromotionPreferencesObject

Returns the value of attribute showCrossPromotionPreferences.



9001
9002
9003
# File 'lib/eBay.rb', line 9001

def showCrossPromotionPreferences
  @showCrossPromotionPreferences
end

#showEndOfAuctionEmailPreferencesObject

Returns the value of attribute showEndOfAuctionEmailPreferences.



9003
9004
9005
# File 'lib/eBay.rb', line 9003

def showEndOfAuctionEmailPreferences
  @showEndOfAuctionEmailPreferences
end

#showSellerFavoriteItemPreferencesObject

Returns the value of attribute showSellerFavoriteItemPreferences.



9004
9005
9006
# File 'lib/eBay.rb', line 9004

def showSellerFavoriteItemPreferences
  @showSellerFavoriteItemPreferences
end

#showSellerPaymentPreferencesObject

Returns the value of attribute showSellerPaymentPreferences.



9002
9003
9004
# File 'lib/eBay.rb', line 9002

def showSellerPaymentPreferences
  @showSellerPaymentPreferences
end

#versionObject

Returns the value of attribute version.



8994
8995
8996
# File 'lib/eBay.rb', line 8994

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8997
8998
8999
# File 'lib/eBay.rb', line 8997

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



9006
9007
9008
# File 'lib/eBay.rb', line 9006

def set_any(elements)
  @__xmlele_any = elements
end