Class: ReviseLiveAuctionItemResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsReviseLiveAuctionItemResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
itemID - (any)
fees - FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString

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, botBlock = nil, itemID = nil, fees = nil, categoryID = nil, category2ID = nil) ⇒ ReviseLiveAuctionItemResponseType

Returns a new instance of ReviseLiveAuctionItemResponseType.



14239
14240
14241
14242
14243
14244
14245
14246
14247
14248
14249
14250
14251
14252
14253
14254
14255
14256
14257
14258
14259
# File 'lib/eBay.rb', line 14239

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, botBlock = nil, itemID = nil, fees = 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
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @fees = fees
  @categoryID = categoryID
  @category2ID = category2ID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14229
14230
14231
# File 'lib/eBay.rb', line 14229

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14216
14217
14218
# File 'lib/eBay.rb', line 14216

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14228
14229
14230
# File 'lib/eBay.rb', line 14228

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14221
14222
14223
# File 'lib/eBay.rb', line 14221

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



14233
14234
14235
# File 'lib/eBay.rb', line 14233

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



14232
14233
14234
# File 'lib/eBay.rb', line 14232

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



14217
14218
14219
# File 'lib/eBay.rb', line 14217

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14223
14224
14225
# File 'lib/eBay.rb', line 14223

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14225
14226
14227
# File 'lib/eBay.rb', line 14225

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14218
14219
14220
# File 'lib/eBay.rb', line 14218

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



14231
14232
14233
# File 'lib/eBay.rb', line 14231

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14227
14228
14229
# File 'lib/eBay.rb', line 14227

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



14230
14231
14232
# File 'lib/eBay.rb', line 14230

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



14219
14220
14221
# File 'lib/eBay.rb', line 14219

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14222
14223
14224
# File 'lib/eBay.rb', line 14222

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14226
14227
14228
# File 'lib/eBay.rb', line 14226

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14224
14225
14226
# File 'lib/eBay.rb', line 14224

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14215
14216
14217
# File 'lib/eBay.rb', line 14215

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14220
14221
14222
# File 'lib/eBay.rb', line 14220

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14235
14236
14237
# File 'lib/eBay.rb', line 14235

def set_any(elements)
  @__xmlele_any = elements
end