Class: EBay::ReviseItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseItemRequestType

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
item - EBay::ItemType
deletedField - SOAP::SOAPString
verifyOnly - SOAP::SOAPBoolean

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, item = nil, deletedField = [], verifyOnly = nil) ⇒ ReviseItemRequestType

Returns a new instance of ReviseItemRequestType.



6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
# File 'lib/eBay.rb', line 6881

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, item = nil, deletedField = [], verifyOnly = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @item = item
  @deletedField = deletedField
  @verifyOnly = verifyOnly
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6872
6873
6874
# File 'lib/eBay.rb', line 6872

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6871
6872
6873
# File 'lib/eBay.rb', line 6871

def botBlock
  @botBlock
end

#deletedFieldObject

Returns the value of attribute deletedField.



6874
6875
6876
# File 'lib/eBay.rb', line 6874

def deletedField
  @deletedField
end

#detailLevelObject

Returns the value of attribute detailLevel.



6862
6863
6864
# File 'lib/eBay.rb', line 6862

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6866
6867
6868
# File 'lib/eBay.rb', line 6866

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6867
6868
6869
# File 'lib/eBay.rb', line 6867

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6863
6864
6865
# File 'lib/eBay.rb', line 6863

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6868
6869
6870
# File 'lib/eBay.rb', line 6868

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



6873
6874
6875
# File 'lib/eBay.rb', line 6873

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



6864
6865
6866
# File 'lib/eBay.rb', line 6864

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6869
6870
6871
# File 'lib/eBay.rb', line 6869

def outputSelector
  @outputSelector
end

#verifyOnlyObject

Returns the value of attribute verifyOnly.



6875
6876
6877
# File 'lib/eBay.rb', line 6875

def verifyOnly
  @verifyOnly
end

#versionObject

Returns the value of attribute version.



6865
6866
6867
# File 'lib/eBay.rb', line 6865

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6870
6871
6872
# File 'lib/eBay.rb', line 6870

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6877
6878
6879
# File 'lib/eBay.rb', line 6877

def set_any(elements)
  @__xmlele_any = elements
end