Class: EBay::AddToWatchListRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddToWatchListRequestType

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)
variationKey - EBay::VariationKeyType

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 = [], variationKey = []) ⇒ AddToWatchListRequestType

Returns a new instance of AddToWatchListRequestType.



844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
# File 'lib/eBay.rb', line 844

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



836
837
838
# File 'lib/eBay.rb', line 836

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



835
836
837
# File 'lib/eBay.rb', line 835

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



826
827
828
# File 'lib/eBay.rb', line 826

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



830
831
832
# File 'lib/eBay.rb', line 830

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



831
832
833
# File 'lib/eBay.rb', line 831

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



827
828
829
# File 'lib/eBay.rb', line 827

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



832
833
834
# File 'lib/eBay.rb', line 832

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



837
838
839
# File 'lib/eBay.rb', line 837

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



828
829
830
# File 'lib/eBay.rb', line 828

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



833
834
835
# File 'lib/eBay.rb', line 833

def outputSelector
  @outputSelector
end

#variationKeyObject

Returns the value of attribute variationKey.



838
839
840
# File 'lib/eBay.rb', line 838

def variationKey
  @variationKey
end

#versionObject

Returns the value of attribute version.



829
830
831
# File 'lib/eBay.rb', line 829

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



834
835
836
# File 'lib/eBay.rb', line 834

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



840
841
842
# File 'lib/eBay.rb', line 840

def set_any(elements)
  @__xmlele_any = elements
end