Class: EBay::ReviseInventoryStatusRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::ReviseInventoryStatusRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsReviseInventoryStatusRequestType
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
inventoryStatus - EBay::InventoryStatusType
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.
-
#inventoryStatus ⇒ Object
Returns the value of attribute inventoryStatus.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#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, inventoryStatus = []) ⇒ ReviseInventoryStatusRequestType
constructor
A new instance of ReviseInventoryStatusRequestType.
- #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, inventoryStatus = []) ⇒ ReviseInventoryStatusRequestType
Returns a new instance of ReviseInventoryStatusRequestType.
6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 |
# File 'lib/eBay.rb', line 6830 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, inventoryStatus = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @inventoryStatus = inventoryStatus @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6818 6819 6820 |
# File 'lib/eBay.rb', line 6818 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
6817 6818 6819 |
# File 'lib/eBay.rb', line 6817 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6808 6809 6810 |
# File 'lib/eBay.rb', line 6808 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
6812 6813 6814 |
# File 'lib/eBay.rb', line 6812 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6813 6814 6815 |
# File 'lib/eBay.rb', line 6813 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6809 6810 6811 |
# File 'lib/eBay.rb', line 6809 def errorLanguage @errorLanguage end |
#inventoryStatus ⇒ Object
Returns the value of attribute inventoryStatus.
6819 6820 6821 |
# File 'lib/eBay.rb', line 6819 def inventoryStatus @inventoryStatus end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6814 6815 6816 |
# File 'lib/eBay.rb', line 6814 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6810 6811 6812 |
# File 'lib/eBay.rb', line 6810 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
6815 6816 6817 |
# File 'lib/eBay.rb', line 6815 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
6811 6812 6813 |
# File 'lib/eBay.rb', line 6811 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
6816 6817 6818 |
# File 'lib/eBay.rb', line 6816 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
6822 6823 6824 |
# File 'lib/eBay.rb', line 6822 def set_any(elements) @__xmlele_any = elements end |