Class: EBay::EndItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsEndItemRequestType

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
sellerInventoryID - SOAP::SOAPString

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, sellerInventoryID = nil) ⇒ EndItemRequestType

Returns a new instance of EndItemRequestType.



1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
# File 'lib/eBay.rb', line 1479

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, endingReason = nil, sellerInventoryID = 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
  @sellerInventoryID = sellerInventoryID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1470
1471
1472
# File 'lib/eBay.rb', line 1470

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1469
1470
1471
# File 'lib/eBay.rb', line 1469

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1460
1461
1462
# File 'lib/eBay.rb', line 1460

def detailLevel
  @detailLevel
end

#endingReasonObject

Returns the value of attribute endingReason.



1472
1473
1474
# File 'lib/eBay.rb', line 1472

def endingReason
  @endingReason
end

#endUserIPObject

Returns the value of attribute endUserIP.



1464
1465
1466
# File 'lib/eBay.rb', line 1464

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1465
1466
1467
# File 'lib/eBay.rb', line 1465

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1461
1462
1463
# File 'lib/eBay.rb', line 1461

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1466
1467
1468
# File 'lib/eBay.rb', line 1466

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1471
1472
1473
# File 'lib/eBay.rb', line 1471

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1462
1463
1464
# File 'lib/eBay.rb', line 1462

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1467
1468
1469
# File 'lib/eBay.rb', line 1467

def outputSelector
  @outputSelector
end

#sellerInventoryIDObject

Returns the value of attribute sellerInventoryID.



1473
1474
1475
# File 'lib/eBay.rb', line 1473

def sellerInventoryID
  @sellerInventoryID
end

#versionObject

Returns the value of attribute version.



1463
1464
1465
# File 'lib/eBay.rb', line 1463

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1468
1469
1470
# File 'lib/eBay.rb', line 1468

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1475
1476
1477
# File 'lib/eBay.rb', line 1475

def set_any(elements)
  @__xmlele_any = elements
end