Class: SetUserNotesRequestType
- Inherits:
-
Object
- Object
- SetUserNotesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetUserNotesRequestType
Constant Summary collapse
- @@schema_type =
"SetUserNotesRequestType"- @@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")]], ["action", ["SetUserNotesActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Action")]], ["noteText", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NoteText")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#action ⇒ Object
Returns the value of attribute action.
-
#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.
-
#noteText ⇒ Object
Returns the value of attribute noteText.
-
#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, action = nil, noteText = nil) ⇒ SetUserNotesRequestType
constructor
A new instance of SetUserNotesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, action = nil, noteText = nil) ⇒ SetUserNotesRequestType
13557 13558 13559 13560 13561 13562 13563 13564 13565 13566 13567 13568 13569 |
# File 'lib/eBay.rb', line 13557 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, action = nil, noteText = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @action = action @noteText = noteText end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
13548 13549 13550 |
# File 'lib/eBay.rb', line 13548 def __xmlele_any @__xmlele_any end |
#action ⇒ Object
Returns the value of attribute action.
13550 13551 13552 |
# File 'lib/eBay.rb', line 13550 def action @action end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
13541 13542 13543 |
# File 'lib/eBay.rb', line 13541 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
13545 13546 13547 |
# File 'lib/eBay.rb', line 13545 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
13542 13543 13544 |
# File 'lib/eBay.rb', line 13542 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
13546 13547 13548 |
# File 'lib/eBay.rb', line 13546 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
13549 13550 13551 |
# File 'lib/eBay.rb', line 13549 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
13543 13544 13545 |
# File 'lib/eBay.rb', line 13543 def end |
#noteText ⇒ Object
Returns the value of attribute noteText.
13551 13552 13553 |
# File 'lib/eBay.rb', line 13551 def noteText @noteText end |
#version ⇒ Object
Returns the value of attribute version.
13544 13545 13546 |
# File 'lib/eBay.rb', line 13544 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
13547 13548 13549 |
# File 'lib/eBay.rb', line 13547 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
13553 13554 13555 |
# File 'lib/eBay.rb', line 13553 def set_any(elements) @__xmlele_any = elements end |