Class: RelistItemResponseType
- Inherits:
-
Object
- Object
- RelistItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRelistItemResponseType
Constant Summary collapse
- @@schema_type =
"RelistItemResponseType"
- @@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")]], ["startTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "StartTime")]], ["endTime", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTime")]], ["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.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#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.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#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, startTime = nil, endTime = nil, categoryID = nil, category2ID = nil) ⇒ RelistItemResponseType
constructor
A new instance of RelistItemResponseType.
- #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, startTime = nil, endTime = nil, categoryID = nil, category2ID = nil) ⇒ RelistItemResponseType
Returns a new instance of RelistItemResponseType.
11242 11243 11244 11245 11246 11247 11248 11249 11250 11251 11252 11253 11254 11255 11256 11257 11258 11259 11260 11261 11262 11263 |
# File 'lib/eBay.rb', line 11242 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, startTime = nil, endTime = nil, categoryID = nil, category2ID = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @itemID = itemID @fees = fees @startTime = startTime @endTime = endTime @categoryID = categoryID @category2ID = category2ID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11230 11231 11232 |
# File 'lib/eBay.rb', line 11230 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11218 11219 11220 |
# File 'lib/eBay.rb', line 11218 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
11223 11224 11225 |
# File 'lib/eBay.rb', line 11223 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
11236 11237 11238 |
# File 'lib/eBay.rb', line 11236 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
11235 11236 11237 |
# File 'lib/eBay.rb', line 11235 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11219 11220 11221 |
# File 'lib/eBay.rb', line 11219 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11225 11226 11227 |
# File 'lib/eBay.rb', line 11225 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11227 11228 11229 |
# File 'lib/eBay.rb', line 11227 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
11234 11235 11236 |
# File 'lib/eBay.rb', line 11234 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
11220 11221 11222 |
# File 'lib/eBay.rb', line 11220 def errors @errors end |
#fees ⇒ Object
Returns the value of attribute fees.
11232 11233 11234 |
# File 'lib/eBay.rb', line 11232 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11229 11230 11231 |
# File 'lib/eBay.rb', line 11229 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
11231 11232 11233 |
# File 'lib/eBay.rb', line 11231 def itemID @itemID end |
#message ⇒ Object
Returns the value of attribute message.
11221 11222 11223 |
# File 'lib/eBay.rb', line 11221 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11224 11225 11226 |
# File 'lib/eBay.rb', line 11224 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11228 11229 11230 |
# File 'lib/eBay.rb', line 11228 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11226 11227 11228 |
# File 'lib/eBay.rb', line 11226 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
11233 11234 11235 |
# File 'lib/eBay.rb', line 11233 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11217 11218 11219 |
# File 'lib/eBay.rb', line 11217 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
11222 11223 11224 |
# File 'lib/eBay.rb', line 11222 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
11238 11239 11240 |
# File 'lib/eBay.rb', line 11238 def set_any(elements) @__xmlele_any = elements end |