Class: AddToItemDescriptionRequestType
- Inherits:
-
Object
- Object
- AddToItemDescriptionRequestType
- 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", ["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")]], ["description", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Description")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, description = nil) ⇒ AddToItemDescriptionRequestType
constructor
A new instance of AddToItemDescriptionRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, description = nil) ⇒ AddToItemDescriptionRequestType
Returns a new instance of AddToItemDescriptionRequestType.
1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/eBay.rb', line 1049 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, description = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @description = description end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1041 1042 1043 |
# File 'lib/eBay.rb', line 1041 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
1043 1044 1045 |
# File 'lib/eBay.rb', line 1043 def description @description end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1034 1035 1036 |
# File 'lib/eBay.rb', line 1034 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1038 1039 1040 |
# File 'lib/eBay.rb', line 1038 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1035 1036 1037 |
# File 'lib/eBay.rb', line 1035 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1039 1040 1041 |
# File 'lib/eBay.rb', line 1039 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1042 1043 1044 |
# File 'lib/eBay.rb', line 1042 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1036 1037 1038 |
# File 'lib/eBay.rb', line 1036 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
1037 1038 1039 |
# File 'lib/eBay.rb', line 1037 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1040 1041 1042 |
# File 'lib/eBay.rb', line 1040 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1045 1046 1047 |
# File 'lib/eBay.rb', line 1045 def set_any(elements) @__xmlele_any = elements end |