Class: EBay::SetStoreRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetStoreRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetStoreRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
store - EBay::StoreType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#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.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#store ⇒ Object
Returns the value of attribute store.
-
#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, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, store = nil) ⇒ SetStoreRequestType
constructor
A new instance of SetStoreRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, store = nil) ⇒ SetStoreRequestType
Returns a new instance of SetStoreRequestType.
7992 7993 7994 7995 7996 7997 7998 7999 8000 8001 8002 8003 8004 8005 |
# File 'lib/eBay.rb', line 7992 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, store = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @store = store end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
7985 7986 7987 |
# File 'lib/eBay.rb', line 7985 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
7984 7985 7986 |
# File 'lib/eBay.rb', line 7984 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
7975 7976 7977 |
# File 'lib/eBay.rb', line 7975 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
7979 7980 7981 |
# File 'lib/eBay.rb', line 7979 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
7980 7981 7982 |
# File 'lib/eBay.rb', line 7980 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
7976 7977 7978 |
# File 'lib/eBay.rb', line 7976 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
7981 7982 7983 |
# File 'lib/eBay.rb', line 7981 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
7977 7978 7979 |
# File 'lib/eBay.rb', line 7977 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
7982 7983 7984 |
# File 'lib/eBay.rb', line 7982 def outputSelector @outputSelector end |
#store ⇒ Object
Returns the value of attribute store.
7986 7987 7988 |
# File 'lib/eBay.rb', line 7986 def store @store end |
#version ⇒ Object
Returns the value of attribute version.
7978 7979 7980 |
# File 'lib/eBay.rb', line 7978 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
7983 7984 7985 |
# File 'lib/eBay.rb', line 7983 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
7988 7989 7990 |
# File 'lib/eBay.rb', line 7988 def set_any(elements) @__xmlele_any = elements end |