Class: GetMyMessagesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyMessagesResponseType

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
summary - MyMessagesSummaryType
alerts - MyMessagesAlertArrayType
messages - MyMessagesMessageArrayType

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, summary = nil, alerts = nil, messages = nil) ⇒ GetMyMessagesResponseType

Returns a new instance of GetMyMessagesResponseType.



10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
# File 'lib/eBay.rb', line 10554

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, summary = nil, alerts = nil, messages = 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
  @summary = summary
  @alerts = alerts
  @messages = messages
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10545
10546
10547
# File 'lib/eBay.rb', line 10545

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10532
10533
10534
# File 'lib/eBay.rb', line 10532

def ack
  @ack
end

#alertsObject

Returns the value of attribute alerts.



10547
10548
10549
# File 'lib/eBay.rb', line 10547

def alerts
  @alerts
end

#botBlockObject

Returns the value of attribute botBlock.



10544
10545
10546
# File 'lib/eBay.rb', line 10544

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10537
10538
10539
# File 'lib/eBay.rb', line 10537

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10533
10534
10535
# File 'lib/eBay.rb', line 10533

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10539
10540
10541
# File 'lib/eBay.rb', line 10539

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10541
10542
10543
# File 'lib/eBay.rb', line 10541

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10534
10535
10536
# File 'lib/eBay.rb', line 10534

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10543
10544
10545
# File 'lib/eBay.rb', line 10543

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10535
10536
10537
# File 'lib/eBay.rb', line 10535

def message
  @message
end

#messagesObject

Returns the value of attribute messages.



10548
10549
10550
# File 'lib/eBay.rb', line 10548

def messages
  @messages
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10538
10539
10540
# File 'lib/eBay.rb', line 10538

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10542
10543
10544
# File 'lib/eBay.rb', line 10542

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10540
10541
10542
# File 'lib/eBay.rb', line 10540

def recipientUserID
  @recipientUserID
end

#summaryObject

Returns the value of attribute summary.



10546
10547
10548
# File 'lib/eBay.rb', line 10546

def summary
  @summary
end

#timestampObject

Returns the value of attribute timestamp.



10531
10532
10533
# File 'lib/eBay.rb', line 10531

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10536
10537
10538
# File 'lib/eBay.rb', line 10536

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10550
10551
10552
# File 'lib/eBay.rb', line 10550

def set_any(elements)
  @__xmlele_any = elements
end