Class: RemoveFromWatchListRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsRemoveFromWatchListRequestType

Constant Summary collapse

@@schema_type =
"RemoveFromWatchListRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["itemID", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["removeAllItems", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RemoveAllItems")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = [], removeAllItems = nil) ⇒ RemoveFromWatchListRequestType

Returns a new instance of RemoveFromWatchListRequestType.



10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
# File 'lib/eBay.rb', line 10043

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = [], removeAllItems = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @itemID = itemID
  @removeAllItems = removeAllItems
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10035
10036
10037
# File 'lib/eBay.rb', line 10035

def __xmlele_any
  @__xmlele_any
end

#detailLevelObject

Returns the value of attribute detailLevel.



10028
10029
10030
# File 'lib/eBay.rb', line 10028

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



10032
10033
10034
# File 'lib/eBay.rb', line 10032

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



10029
10030
10031
# File 'lib/eBay.rb', line 10029

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



10033
10034
10035
# File 'lib/eBay.rb', line 10033

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



10036
10037
10038
# File 'lib/eBay.rb', line 10036

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



10030
10031
10032
# File 'lib/eBay.rb', line 10030

def messageID
  @messageID
end

#removeAllItemsObject

Returns the value of attribute removeAllItems.



10037
10038
10039
# File 'lib/eBay.rb', line 10037

def removeAllItems
  @removeAllItems
end

#versionObject

Returns the value of attribute version.



10031
10032
10033
# File 'lib/eBay.rb', line 10031

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



10034
10035
10036
# File 'lib/eBay.rb', line 10034

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



10039
10040
10041
# File 'lib/eBay.rb', line 10039

def set_any(elements)
  @__xmlele_any = elements
end