Class: EBay::EndFixedPriceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsEndFixedPriceItemRequestType

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
itemID - (any)
endingReason - EBay::EndReasonCodeType
sKU - (any)

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, itemID = nil, endingReason = nil, sKU = nil) ⇒ EndFixedPriceItemRequestType

Returns a new instance of EndFixedPriceItemRequestType.



1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
# File 'lib/eBay.rb', line 1427

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, endingReason = nil, sKU = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @endingReason = endingReason
  @sKU = sKU
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1418
1419
1420
# File 'lib/eBay.rb', line 1418

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1417
1418
1419
# File 'lib/eBay.rb', line 1417

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1408
1409
1410
# File 'lib/eBay.rb', line 1408

def detailLevel
  @detailLevel
end

#endingReasonObject

Returns the value of attribute endingReason.



1420
1421
1422
# File 'lib/eBay.rb', line 1420

def endingReason
  @endingReason
end

#endUserIPObject

Returns the value of attribute endUserIP.



1412
1413
1414
# File 'lib/eBay.rb', line 1412

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1413
1414
1415
# File 'lib/eBay.rb', line 1413

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1409
1410
1411
# File 'lib/eBay.rb', line 1409

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1414
1415
1416
# File 'lib/eBay.rb', line 1414

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1419
1420
1421
# File 'lib/eBay.rb', line 1419

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1410
1411
1412
# File 'lib/eBay.rb', line 1410

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1415
1416
1417
# File 'lib/eBay.rb', line 1415

def outputSelector
  @outputSelector
end

#sKUObject

Returns the value of attribute sKU.



1421
1422
1423
# File 'lib/eBay.rb', line 1421

def sKU
  @sKU
end

#versionObject

Returns the value of attribute version.



1411
1412
1413
# File 'lib/eBay.rb', line 1411

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1416
1417
1418
# File 'lib/eBay.rb', line 1416

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1423
1424
1425
# File 'lib/eBay.rb', line 1423

def set_any(elements)
  @__xmlele_any = elements
end