Class: VerifyAddItemResponseType
- Inherits:
-
Object
- Object
- VerifyAddItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVerifyAddItemResponseType
Constant Summary collapse
- @@schema_type =
"VerifyAddItemResponseType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["fees", ["FeesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Fees")]], ["expressListing", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpressListing")]], ["expressItemRequirements", ["ExpressItemRequirementsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpressItemRequirements")]], ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]], ["category2ID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Category2ID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#category2ID ⇒ Object
Returns the value of attribute category2ID.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#expressItemRequirements ⇒ Object
Returns the value of attribute expressItemRequirements.
-
#expressListing ⇒ Object
Returns the value of attribute expressListing.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, itemID = nil, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil) ⇒ VerifyAddItemResponseType
constructor
A new instance of VerifyAddItemResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, itemID = nil, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil) ⇒ VerifyAddItemResponseType
Returns a new instance of VerifyAddItemResponseType.
14079 14080 14081 14082 14083 14084 14085 14086 14087 14088 14089 14090 14091 14092 14093 14094 14095 14096 14097 14098 14099 14100 |
# File 'lib/eBay.rb', line 14079 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, itemID = nil, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil) = @ack = ack @correlationID = correlationID @errors = errors = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @itemID = itemID @fees = fees @expressListing = expressListing @expressItemRequirements = expressItemRequirements @categoryID = categoryID @category2ID = category2ID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
14067 14068 14069 |
# File 'lib/eBay.rb', line 14067 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14055 14056 14057 |
# File 'lib/eBay.rb', line 14055 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
14060 14061 14062 |
# File 'lib/eBay.rb', line 14060 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
14073 14074 14075 |
# File 'lib/eBay.rb', line 14073 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
14072 14073 14074 |
# File 'lib/eBay.rb', line 14072 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14056 14057 14058 |
# File 'lib/eBay.rb', line 14056 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14062 14063 14064 |
# File 'lib/eBay.rb', line 14062 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14064 14065 14066 |
# File 'lib/eBay.rb', line 14064 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14057 14058 14059 |
# File 'lib/eBay.rb', line 14057 def errors @errors end |
#expressItemRequirements ⇒ Object
Returns the value of attribute expressItemRequirements.
14071 14072 14073 |
# File 'lib/eBay.rb', line 14071 def expressItemRequirements @expressItemRequirements end |
#expressListing ⇒ Object
Returns the value of attribute expressListing.
14070 14071 14072 |
# File 'lib/eBay.rb', line 14070 def expressListing @expressListing end |
#fees ⇒ Object
Returns the value of attribute fees.
14069 14070 14071 |
# File 'lib/eBay.rb', line 14069 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14066 14067 14068 |
# File 'lib/eBay.rb', line 14066 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
14068 14069 14070 |
# File 'lib/eBay.rb', line 14068 def itemID @itemID end |
#message ⇒ Object
Returns the value of attribute message.
14058 14059 14060 |
# File 'lib/eBay.rb', line 14058 def end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14061 14062 14063 |
# File 'lib/eBay.rb', line 14061 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14065 14066 14067 |
# File 'lib/eBay.rb', line 14065 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14063 14064 14065 |
# File 'lib/eBay.rb', line 14063 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14054 14055 14056 |
# File 'lib/eBay.rb', line 14054 def end |
#version ⇒ Object
Returns the value of attribute version.
14059 14060 14061 |
# File 'lib/eBay.rb', line 14059 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14075 14076 14077 |
# File 'lib/eBay.rb', line 14075 def set_any(elements) @__xmlele_any = elements end |