Class: EBay::AddFixedPriceItemRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::AddFixedPriceItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddFixedPriceItemRequestType
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) ⇒ AddFixedPriceItemRequestType
constructor
A new instance of AddFixedPriceItemRequestType.
- #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) ⇒ AddFixedPriceItemRequestType
Returns a new instance of AddFixedPriceItemRequestType.
199 200 201 202 203 204 205 206 207 208 209 210 211 212 |
# File 'lib/eBay.rb', line 199 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.
192 193 194 |
# File 'lib/eBay.rb', line 192 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
191 192 193 |
# File 'lib/eBay.rb', line 191 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
182 183 184 |
# File 'lib/eBay.rb', line 182 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
186 187 188 |
# File 'lib/eBay.rb', line 186 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
187 188 189 |
# File 'lib/eBay.rb', line 187 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
183 184 185 |
# File 'lib/eBay.rb', line 183 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
188 189 190 |
# File 'lib/eBay.rb', line 188 def invocationID @invocationID end |
#item ⇒ Object
Returns the value of attribute item.
193 194 195 |
# File 'lib/eBay.rb', line 193 def item @item end |
#messageID ⇒ Object
Returns the value of attribute messageID.
184 185 186 |
# File 'lib/eBay.rb', line 184 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
189 190 191 |
# File 'lib/eBay.rb', line 189 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
185 186 187 |
# File 'lib/eBay.rb', line 185 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
190 191 192 |
# File 'lib/eBay.rb', line 190 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
195 196 197 |
# File 'lib/eBay.rb', line 195 def set_any(elements) @__xmlele_any = elements end |