Class: PlaceOfferRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsPlaceOfferRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
offer - OfferType
itemID - (any)
blockOnWarning - SOAP::SOAPBoolean
affiliateTrackingDetails - AffiliateTrackingDetailsType

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) ⇒ PlaceOfferRequestType

Returns a new instance of PlaceOfferRequestType.



5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
# File 'lib/eBay.rb', line 5473

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5463
5464
5465
# File 'lib/eBay.rb', line 5463

def __xmlele_any
  @__xmlele_any
end

#affiliateTrackingDetailsObject

Returns the value of attribute affiliateTrackingDetails.



5467
5468
5469
# File 'lib/eBay.rb', line 5467

def affiliateTrackingDetails
  @affiliateTrackingDetails
end

#blockOnWarningObject

Returns the value of attribute blockOnWarning.



5466
5467
5468
# File 'lib/eBay.rb', line 5466

def blockOnWarning
  @blockOnWarning
end

#botBlockObject

Returns the value of attribute botBlock.



5462
5463
5464
# File 'lib/eBay.rb', line 5462

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5453
5454
5455
# File 'lib/eBay.rb', line 5453

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5457
5458
5459
# File 'lib/eBay.rb', line 5457

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5458
5459
5460
# File 'lib/eBay.rb', line 5458

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5454
5455
5456
# File 'lib/eBay.rb', line 5454

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5459
5460
5461
# File 'lib/eBay.rb', line 5459

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5465
5466
5467
# File 'lib/eBay.rb', line 5465

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5455
5456
5457
# File 'lib/eBay.rb', line 5455

def messageID
  @messageID
end

#offerObject

Returns the value of attribute offer.



5464
5465
5466
# File 'lib/eBay.rb', line 5464

def offer
  @offer
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5460
5461
5462
# File 'lib/eBay.rb', line 5460

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



5456
5457
5458
# File 'lib/eBay.rb', line 5456

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5461
5462
5463
# File 'lib/eBay.rb', line 5461

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5469
5470
5471
# File 'lib/eBay.rb', line 5469

def set_any(elements)
  @__xmlele_any = elements
end