Class: GetSellerEventsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerEventsResponseType

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
timeTo - SOAP::SOAPDateTime
itemArray - ItemArrayType

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, timeTo = nil, itemArray = nil) ⇒ GetSellerEventsResponseType

Returns a new instance of GetSellerEventsResponseType.



12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
12139
12140
12141
12142
12143
12144
12145
# File 'lib/eBay.rb', line 12127

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, timeTo = nil, itemArray = 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
  @timeTo = timeTo
  @itemArray = itemArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12119
12120
12121
# File 'lib/eBay.rb', line 12119

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12106
12107
12108
# File 'lib/eBay.rb', line 12106

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12118
12119
12120
# File 'lib/eBay.rb', line 12118

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12111
12112
12113
# File 'lib/eBay.rb', line 12111

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12107
12108
12109
# File 'lib/eBay.rb', line 12107

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12113
12114
12115
# File 'lib/eBay.rb', line 12113

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12115
12116
12117
# File 'lib/eBay.rb', line 12115

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12108
12109
12110
# File 'lib/eBay.rb', line 12108

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12117
12118
12119
# File 'lib/eBay.rb', line 12117

def hardExpirationWarning
  @hardExpirationWarning
end

#itemArrayObject

Returns the value of attribute itemArray.



12121
12122
12123
# File 'lib/eBay.rb', line 12121

def itemArray
  @itemArray
end

#messageObject

Returns the value of attribute message.



12109
12110
12111
# File 'lib/eBay.rb', line 12109

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12112
12113
12114
# File 'lib/eBay.rb', line 12112

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12116
12117
12118
# File 'lib/eBay.rb', line 12116

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12114
12115
12116
# File 'lib/eBay.rb', line 12114

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12105
12106
12107
# File 'lib/eBay.rb', line 12105

def timestamp
  @timestamp
end

#timeToObject

Returns the value of attribute timeTo.



12120
12121
12122
# File 'lib/eBay.rb', line 12120

def timeTo
  @timeTo
end

#versionObject

Returns the value of attribute version.



12110
12111
12112
# File 'lib/eBay.rb', line 12110

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12123
12124
12125
# File 'lib/eBay.rb', line 12123

def set_any(elements)
  @__xmlele_any = elements
end