Class: EBay::VerifyAddFixedPriceItemRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::VerifyAddFixedPriceItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVerifyAddFixedPriceItemRequestType
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
item - EBay::ItemType
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.
-
#item ⇒ Object
Returns the value of attribute item.
-
#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, item = nil) ⇒ VerifyAddFixedPriceItemRequestType
constructor
A new instance of VerifyAddFixedPriceItemRequestType.
- #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, item = nil) ⇒ VerifyAddFixedPriceItemRequestType
Returns a new instance of VerifyAddFixedPriceItemRequestType.
8612 8613 8614 8615 8616 8617 8618 8619 8620 8621 8622 8623 8624 8625 |
# File 'lib/eBay.rb', line 8612 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, item = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @item = item end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
8605 8606 8607 |
# File 'lib/eBay.rb', line 8605 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
8604 8605 8606 |
# File 'lib/eBay.rb', line 8604 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
8595 8596 8597 |
# File 'lib/eBay.rb', line 8595 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
8599 8600 8601 |
# File 'lib/eBay.rb', line 8599 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
8600 8601 8602 |
# File 'lib/eBay.rb', line 8600 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
8596 8597 8598 |
# File 'lib/eBay.rb', line 8596 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
8601 8602 8603 |
# File 'lib/eBay.rb', line 8601 def invocationID @invocationID end |
#item ⇒ Object
Returns the value of attribute item.
8606 8607 8608 |
# File 'lib/eBay.rb', line 8606 def item @item end |
#messageID ⇒ Object
Returns the value of attribute messageID.
8597 8598 8599 |
# File 'lib/eBay.rb', line 8597 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
8602 8603 8604 |
# File 'lib/eBay.rb', line 8602 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
8598 8599 8600 |
# File 'lib/eBay.rb', line 8598 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
8603 8604 8605 |
# File 'lib/eBay.rb', line 8603 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
8608 8609 8610 |
# File 'lib/eBay.rb', line 8608 def set_any(elements) @__xmlele_any = elements end |