Class: EBay::PlaceOfferRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsPlaceOfferRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6282
6283
6284
# File 'lib/eBay.rb', line 6282

def __xmlele_any
  @__xmlele_any
end

#affiliateTrackingDetailsObject

Returns the value of attribute affiliateTrackingDetails.



6286
6287
6288
# File 'lib/eBay.rb', line 6286

def affiliateTrackingDetails
  @affiliateTrackingDetails
end

#blockOnWarningObject

Returns the value of attribute blockOnWarning.



6285
6286
6287
# File 'lib/eBay.rb', line 6285

def blockOnWarning
  @blockOnWarning
end

#botBlockObject

Returns the value of attribute botBlock.



6281
6282
6283
# File 'lib/eBay.rb', line 6281

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6272
6273
6274
# File 'lib/eBay.rb', line 6272

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6276
6277
6278
# File 'lib/eBay.rb', line 6276

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6277
6278
6279
# File 'lib/eBay.rb', line 6277

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6273
6274
6275
# File 'lib/eBay.rb', line 6273

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6278
6279
6280
# File 'lib/eBay.rb', line 6278

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



6284
6285
6286
# File 'lib/eBay.rb', line 6284

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



6274
6275
6276
# File 'lib/eBay.rb', line 6274

def messageID
  @messageID
end

#offerObject

Returns the value of attribute offer.



6283
6284
6285
# File 'lib/eBay.rb', line 6283

def offer
  @offer
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6279
6280
6281
# File 'lib/eBay.rb', line 6279

def outputSelector
  @outputSelector
end

#variationSpecificsObject

Returns the value of attribute variationSpecifics.



6287
6288
6289
# File 'lib/eBay.rb', line 6287

def variationSpecifics
  @variationSpecifics
end

#versionObject

Returns the value of attribute version.



6275
6276
6277
# File 'lib/eBay.rb', line 6275

def version
  @version
end

#warningLevelObject

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