Class: GetItemsAwaitingFeedbackResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetItemsAwaitingFeedbackResponseType

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
itemsAwaitingFeedback - PaginatedTransactionArrayType

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, itemsAwaitingFeedback = nil) ⇒ GetItemsAwaitingFeedbackResponseType

Returns a new instance of GetItemsAwaitingFeedbackResponseType.



10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
# File 'lib/eBay.rb', line 10239

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, itemsAwaitingFeedback = 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
  @itemsAwaitingFeedback = itemsAwaitingFeedback
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10232
10233
10234
# File 'lib/eBay.rb', line 10232

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10219
10220
10221
# File 'lib/eBay.rb', line 10219

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



10231
10232
10233
# File 'lib/eBay.rb', line 10231

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10224
10225
10226
# File 'lib/eBay.rb', line 10224

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10220
10221
10222
# File 'lib/eBay.rb', line 10220

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10226
10227
10228
# File 'lib/eBay.rb', line 10226

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10228
10229
10230
# File 'lib/eBay.rb', line 10228

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10221
10222
10223
# File 'lib/eBay.rb', line 10221

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10230
10231
10232
# File 'lib/eBay.rb', line 10230

def hardExpirationWarning
  @hardExpirationWarning
end

#itemsAwaitingFeedbackObject

Returns the value of attribute itemsAwaitingFeedback.



10233
10234
10235
# File 'lib/eBay.rb', line 10233

def itemsAwaitingFeedback
  @itemsAwaitingFeedback
end

#messageObject

Returns the value of attribute message.



10222
10223
10224
# File 'lib/eBay.rb', line 10222

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10225
10226
10227
# File 'lib/eBay.rb', line 10225

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10229
10230
10231
# File 'lib/eBay.rb', line 10229

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10227
10228
10229
# File 'lib/eBay.rb', line 10227

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10218
10219
10220
# File 'lib/eBay.rb', line 10218

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10223
10224
10225
# File 'lib/eBay.rb', line 10223

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10235
10236
10237
# File 'lib/eBay.rb', line 10235

def set_any(elements)
  @__xmlele_any = elements
end