Class: SetUserPreferencesRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetUserPreferencesRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
bidderNoticePreferences - BidderNoticePreferencesType
combinedPaymentPreferences - CombinedPaymentPreferencesType
crossPromotionPreferences - CrossPromotionPreferencesType
sellerPaymentPreferences - SellerPaymentPreferencesType
sellerFavoriteItemPreferences - SellerFavoriteItemPreferencesType
endOfAuctionEmailPreferences - EndOfAuctionEmailPreferencesType
expressPreferences - ExpressPreferencesType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil, expressPreferences = nil) ⇒ SetUserPreferencesRequestType

Returns a new instance of SetUserPreferencesRequestType.



6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
# File 'lib/eBay.rb', line 6988

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, bidderNoticePreferences = nil, combinedPaymentPreferences = nil, crossPromotionPreferences = nil, sellerPaymentPreferences = nil, sellerFavoriteItemPreferences = nil, endOfAuctionEmailPreferences = nil, expressPreferences = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @bidderNoticePreferences = bidderNoticePreferences
  @combinedPaymentPreferences = combinedPaymentPreferences
  @crossPromotionPreferences = crossPromotionPreferences
  @sellerPaymentPreferences = sellerPaymentPreferences
  @sellerFavoriteItemPreferences = sellerFavoriteItemPreferences
  @endOfAuctionEmailPreferences = endOfAuctionEmailPreferences
  @expressPreferences = expressPreferences
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6975
6976
6977
# File 'lib/eBay.rb', line 6975

def __xmlele_any
  @__xmlele_any
end

#bidderNoticePreferencesObject

Returns the value of attribute bidderNoticePreferences.



6976
6977
6978
# File 'lib/eBay.rb', line 6976

def bidderNoticePreferences
  @bidderNoticePreferences
end

#botBlockObject

Returns the value of attribute botBlock.



6974
6975
6976
# File 'lib/eBay.rb', line 6974

def botBlock
  @botBlock
end

#combinedPaymentPreferencesObject

Returns the value of attribute combinedPaymentPreferences.



6977
6978
6979
# File 'lib/eBay.rb', line 6977

def combinedPaymentPreferences
  @combinedPaymentPreferences
end

#crossPromotionPreferencesObject

Returns the value of attribute crossPromotionPreferences.



6978
6979
6980
# File 'lib/eBay.rb', line 6978

def crossPromotionPreferences
  @crossPromotionPreferences
end

#detailLevelObject

Returns the value of attribute detailLevel.



6965
6966
6967
# File 'lib/eBay.rb', line 6965

def detailLevel
  @detailLevel
end

#endOfAuctionEmailPreferencesObject

Returns the value of attribute endOfAuctionEmailPreferences.



6981
6982
6983
# File 'lib/eBay.rb', line 6981

def endOfAuctionEmailPreferences
  @endOfAuctionEmailPreferences
end

#endUserIPObject

Returns the value of attribute endUserIP.



6969
6970
6971
# File 'lib/eBay.rb', line 6969

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6970
6971
6972
# File 'lib/eBay.rb', line 6970

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6966
6967
6968
# File 'lib/eBay.rb', line 6966

def errorLanguage
  @errorLanguage
end

#expressPreferencesObject

Returns the value of attribute expressPreferences.



6982
6983
6984
# File 'lib/eBay.rb', line 6982

def expressPreferences
  @expressPreferences
end

#invocationIDObject

Returns the value of attribute invocationID.



6971
6972
6973
# File 'lib/eBay.rb', line 6971

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6967
6968
6969
# File 'lib/eBay.rb', line 6967

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6972
6973
6974
# File 'lib/eBay.rb', line 6972

def outputSelector
  @outputSelector
end

#sellerFavoriteItemPreferencesObject

Returns the value of attribute sellerFavoriteItemPreferences.



6980
6981
6982
# File 'lib/eBay.rb', line 6980

def sellerFavoriteItemPreferences
  @sellerFavoriteItemPreferences
end

#sellerPaymentPreferencesObject

Returns the value of attribute sellerPaymentPreferences.



6979
6980
6981
# File 'lib/eBay.rb', line 6979

def sellerPaymentPreferences
  @sellerPaymentPreferences
end

#versionObject

Returns the value of attribute version.



6968
6969
6970
# File 'lib/eBay.rb', line 6968

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6973
6974
6975
# File 'lib/eBay.rb', line 6973

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6984
6985
6986
# File 'lib/eBay.rb', line 6984

def set_any(elements)
  @__xmlele_any = elements
end