Class: GetMemberMessagesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMemberMessagesResponseType

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
memberMessage - MemberMessageExchangeArrayType
paginationResult - PaginationResultType
hasMoreItems - SOAP::SOAPBoolean

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, memberMessage = nil, paginationResult = nil, hasMoreItems = nil) ⇒ GetMemberMessagesResponseType

Returns a new instance of GetMemberMessagesResponseType.



10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
# File 'lib/eBay.rb', line 10432

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, memberMessage = nil, paginationResult = nil, hasMoreItems = 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
  @memberMessage = memberMessage
  @paginationResult = paginationResult
  @hasMoreItems = hasMoreItems
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10423
10424
10425
# File 'lib/eBay.rb', line 10423

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10410
10411
10412
# File 'lib/eBay.rb', line 10410

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



10422
10423
10424
# File 'lib/eBay.rb', line 10422

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10415
10416
10417
# File 'lib/eBay.rb', line 10415

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10411
10412
10413
# File 'lib/eBay.rb', line 10411

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10417
10418
10419
# File 'lib/eBay.rb', line 10417

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10419
10420
10421
# File 'lib/eBay.rb', line 10419

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10412
10413
10414
# File 'lib/eBay.rb', line 10412

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10421
10422
10423
# File 'lib/eBay.rb', line 10421

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



10426
10427
10428
# File 'lib/eBay.rb', line 10426

def hasMoreItems
  @hasMoreItems
end

#memberMessageObject

Returns the value of attribute memberMessage.



10424
10425
10426
# File 'lib/eBay.rb', line 10424

def memberMessage
  @memberMessage
end

#messageObject

Returns the value of attribute message.



10413
10414
10415
# File 'lib/eBay.rb', line 10413

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10416
10417
10418
# File 'lib/eBay.rb', line 10416

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10420
10421
10422
# File 'lib/eBay.rb', line 10420

def notificationSignature
  @notificationSignature
end

#paginationResultObject

Returns the value of attribute paginationResult.



10425
10426
10427
# File 'lib/eBay.rb', line 10425

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10418
10419
10420
# File 'lib/eBay.rb', line 10418

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10409
10410
10411
# File 'lib/eBay.rb', line 10409

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10414
10415
10416
# File 'lib/eBay.rb', line 10414

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10428
10429
10430
# File 'lib/eBay.rb', line 10428

def set_any(elements)
  @__xmlele_any = elements
end