Class: AddToItemDescriptionRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddToItemDescriptionRequestType

Constant Summary collapse

@@schema_type =
"AddToItemDescriptionRequestType"
@@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", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
["description", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Description")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, itemID = nil, description = nil) ⇒ AddToItemDescriptionRequestType

Returns a new instance of AddToItemDescriptionRequestType.



779
780
781
782
783
784
785
786
787
788
789
# File 'lib/eBay.rb', line 779

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



771
772
773
# File 'lib/eBay.rb', line 771

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



773
774
775
# File 'lib/eBay.rb', line 773

def description
  @description
end

#detailLevelObject

Returns the value of attribute detailLevel.



765
766
767
# File 'lib/eBay.rb', line 765

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



769
770
771
# File 'lib/eBay.rb', line 769

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



766
767
768
# File 'lib/eBay.rb', line 766

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



770
771
772
# File 'lib/eBay.rb', line 770

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



772
773
774
# File 'lib/eBay.rb', line 772

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



767
768
769
# File 'lib/eBay.rb', line 767

def messageID
  @messageID
end

#versionObject

Returns the value of attribute version.



768
769
770
# File 'lib/eBay.rb', line 768

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



775
776
777
# File 'lib/eBay.rb', line 775

def set_any(elements)
  @__xmlele_any = elements
end