Class: EBay::GetMemberMessagesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMemberMessagesResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
memberMessage - EBay::MemberMessageExchangeArrayType
paginationResult - EBay::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, externalUserData = nil, memberMessage = nil, paginationResult = nil, hasMoreItems = nil) ⇒ GetMemberMessagesResponseType

Returns a new instance of GetMemberMessagesResponseType.



12704
12705
12706
12707
12708
12709
12710
12711
12712
12713
12714
12715
12716
12717
12718
12719
12720
12721
12722
12723
12724
# File 'lib/eBay.rb', line 12704

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12695
12696
12697
# File 'lib/eBay.rb', line 12695

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12681
12682
12683
# File 'lib/eBay.rb', line 12681

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12693
12694
12695
# File 'lib/eBay.rb', line 12693

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12686
12687
12688
# File 'lib/eBay.rb', line 12686

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12682
12683
12684
# File 'lib/eBay.rb', line 12682

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12688
12689
12690
# File 'lib/eBay.rb', line 12688

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12690
12691
12692
# File 'lib/eBay.rb', line 12690

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12683
12684
12685
# File 'lib/eBay.rb', line 12683

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



12694
12695
12696
# File 'lib/eBay.rb', line 12694

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12692
12693
12694
# File 'lib/eBay.rb', line 12692

def hardExpirationWarning
  @hardExpirationWarning
end

#hasMoreItemsObject

Returns the value of attribute hasMoreItems.



12698
12699
12700
# File 'lib/eBay.rb', line 12698

def hasMoreItems
  @hasMoreItems
end

#memberMessageObject

Returns the value of attribute memberMessage.



12696
12697
12698
# File 'lib/eBay.rb', line 12696

def memberMessage
  @memberMessage
end

#messageObject

Returns the value of attribute message.



12684
12685
12686
# File 'lib/eBay.rb', line 12684

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12687
12688
12689
# File 'lib/eBay.rb', line 12687

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12691
12692
12693
# File 'lib/eBay.rb', line 12691

def notificationSignature
  @notificationSignature
end

#paginationResultObject

Returns the value of attribute paginationResult.



12697
12698
12699
# File 'lib/eBay.rb', line 12697

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12689
12690
12691
# File 'lib/eBay.rb', line 12689

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12680
12681
12682
# File 'lib/eBay.rb', line 12680

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12685
12686
12687
# File 'lib/eBay.rb', line 12685

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12700
12701
12702
# File 'lib/eBay.rb', line 12700

def set_any(elements)
  @__xmlele_any = elements
end