Class: RelistItemResponseType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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(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)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11230
11231
11232
# File 'lib/eBay.rb', line 11230

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11218
11219
11220
# File 'lib/eBay.rb', line 11218

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



11223
11224
11225
# File 'lib/eBay.rb', line 11223

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



11236
11237
11238
# File 'lib/eBay.rb', line 11236

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



11235
11236
11237
# File 'lib/eBay.rb', line 11235

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



11219
11220
11221
# File 'lib/eBay.rb', line 11219

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11225
11226
11227
# File 'lib/eBay.rb', line 11225

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11227
11228
11229
# File 'lib/eBay.rb', line 11227

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



11234
11235
11236
# File 'lib/eBay.rb', line 11234

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



11220
11221
11222
# File 'lib/eBay.rb', line 11220

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



11232
11233
11234
# File 'lib/eBay.rb', line 11232

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11229
11230
11231
# File 'lib/eBay.rb', line 11229

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



11231
11232
11233
# File 'lib/eBay.rb', line 11231

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



11221
11222
11223
# File 'lib/eBay.rb', line 11221

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11224
11225
11226
# File 'lib/eBay.rb', line 11224

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11228
11229
11230
# File 'lib/eBay.rb', line 11228

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11226
11227
11228
# File 'lib/eBay.rb', line 11226

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



11233
11234
11235
# File 'lib/eBay.rb', line 11233

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



11217
11218
11219
# File 'lib/eBay.rb', line 11217

def timestamp
  @timestamp
end

#versionObject

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