Class: EBay::PlaceOfferRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::PlaceOfferRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPlaceOfferRequestType
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
offer - EBay::OfferType
itemID - (any)
blockOnWarning - SOAP::SOAPBoolean
affiliateTrackingDetails - EBay::AffiliateTrackingDetailsType
variationSpecifics - EBay::NameValueListArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#affiliateTrackingDetails ⇒ Object
Returns the value of attribute affiliateTrackingDetails.
-
#blockOnWarning ⇒ Object
Returns the value of attribute blockOnWarning.
-
#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.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#offer ⇒ Object
Returns the value of attribute offer.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#variationSpecifics ⇒ Object
Returns the value of attribute variationSpecifics.
-
#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, offer = nil, itemID = nil, blockOnWarning = nil, affiliateTrackingDetails = nil, variationSpecifics = nil) ⇒ PlaceOfferRequestType
constructor
A new instance of PlaceOfferRequestType.
- #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, offer = nil, itemID = nil, blockOnWarning = nil, affiliateTrackingDetails = nil, variationSpecifics = nil) ⇒ PlaceOfferRequestType
Returns a new instance of PlaceOfferRequestType.
6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 |
# File 'lib/eBay.rb', line 6293 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, offer = nil, itemID = nil, blockOnWarning = nil, affiliateTrackingDetails = nil, variationSpecifics = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @offer = offer @itemID = itemID @blockOnWarning = blockOnWarning @affiliateTrackingDetails = affiliateTrackingDetails @variationSpecifics = variationSpecifics end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6282 6283 6284 |
# File 'lib/eBay.rb', line 6282 def __xmlele_any @__xmlele_any end |
#affiliateTrackingDetails ⇒ Object
Returns the value of attribute affiliateTrackingDetails.
6286 6287 6288 |
# File 'lib/eBay.rb', line 6286 def affiliateTrackingDetails @affiliateTrackingDetails end |
#blockOnWarning ⇒ Object
Returns the value of attribute blockOnWarning.
6285 6286 6287 |
# File 'lib/eBay.rb', line 6285 def blockOnWarning @blockOnWarning end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
6281 6282 6283 |
# File 'lib/eBay.rb', line 6281 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6272 6273 6274 |
# File 'lib/eBay.rb', line 6272 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
6276 6277 6278 |
# File 'lib/eBay.rb', line 6276 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6277 6278 6279 |
# File 'lib/eBay.rb', line 6277 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6273 6274 6275 |
# File 'lib/eBay.rb', line 6273 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6278 6279 6280 |
# File 'lib/eBay.rb', line 6278 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
6284 6285 6286 |
# File 'lib/eBay.rb', line 6284 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6274 6275 6276 |
# File 'lib/eBay.rb', line 6274 def @messageID end |
#offer ⇒ Object
Returns the value of attribute offer.
6283 6284 6285 |
# File 'lib/eBay.rb', line 6283 def offer @offer end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
6279 6280 6281 |
# File 'lib/eBay.rb', line 6279 def outputSelector @outputSelector end |
#variationSpecifics ⇒ Object
Returns the value of attribute variationSpecifics.
6287 6288 6289 |
# File 'lib/eBay.rb', line 6287 def variationSpecifics @variationSpecifics end |
#version ⇒ Object
Returns the value of attribute version.
6275 6276 6277 |
# File 'lib/eBay.rb', line 6275 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
6280 6281 6282 |
# File 'lib/eBay.rb', line 6280 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
6289 6290 6291 |
# File 'lib/eBay.rb', line 6289 def set_any(elements) @__xmlele_any = elements end |