Class: EndItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsEndItemRequestType

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
itemID - (any)
endingReason - 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.



867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
# File 'lib/eBay.rb', line 867

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.



858
859
860
# File 'lib/eBay.rb', line 858

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



857
858
859
# File 'lib/eBay.rb', line 857

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



848
849
850
# File 'lib/eBay.rb', line 848

def detailLevel
  @detailLevel
end

#endingReasonObject

Returns the value of attribute endingReason.



860
861
862
# File 'lib/eBay.rb', line 860

def endingReason
  @endingReason
end

#endUserIPObject

Returns the value of attribute endUserIP.



852
853
854
# File 'lib/eBay.rb', line 852

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



853
854
855
# File 'lib/eBay.rb', line 853

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



849
850
851
# File 'lib/eBay.rb', line 849

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



854
855
856
# File 'lib/eBay.rb', line 854

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



859
860
861
# File 'lib/eBay.rb', line 859

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



850
851
852
# File 'lib/eBay.rb', line 850

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



855
856
857
# File 'lib/eBay.rb', line 855

def outputSelector
  @outputSelector
end

#sellerInventoryIDObject

Returns the value of attribute sellerInventoryID.



861
862
863
# File 'lib/eBay.rb', line 861

def sellerInventoryID
  @sellerInventoryID
end

#versionObject

Returns the value of attribute version.



851
852
853
# File 'lib/eBay.rb', line 851

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



856
857
858
# File 'lib/eBay.rb', line 856

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



863
864
865
# File 'lib/eBay.rb', line 863

def set_any(elements)
  @__xmlele_any = elements
end