Class: EBay::GetSellerEventsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerEventsResponseType

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
timeTo - SOAP::SOAPDateTime
itemArray - EBay::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, externalUserData = nil, timeTo = nil, itemArray = nil) ⇒ GetSellerEventsResponseType

Returns a new instance of GetSellerEventsResponseType.



14130
14131
14132
14133
14134
14135
14136
14137
14138
14139
14140
14141
14142
14143
14144
14145
14146
14147
14148
14149
# File 'lib/eBay.rb', line 14130

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14122
14123
14124
# File 'lib/eBay.rb', line 14122

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14108
14109
14110
# File 'lib/eBay.rb', line 14108

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14120
14121
14122
# File 'lib/eBay.rb', line 14120

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14113
14114
14115
# File 'lib/eBay.rb', line 14113

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14109
14110
14111
# File 'lib/eBay.rb', line 14109

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14115
14116
14117
# File 'lib/eBay.rb', line 14115

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14117
14118
14119
# File 'lib/eBay.rb', line 14117

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14110
14111
14112
# File 'lib/eBay.rb', line 14110

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14121
14122
14123
# File 'lib/eBay.rb', line 14121

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14119
14120
14121
# File 'lib/eBay.rb', line 14119

def hardExpirationWarning
  @hardExpirationWarning
end

#itemArrayObject

Returns the value of attribute itemArray.



14124
14125
14126
# File 'lib/eBay.rb', line 14124

def itemArray
  @itemArray
end

#messageObject

Returns the value of attribute message.



14111
14112
14113
# File 'lib/eBay.rb', line 14111

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14114
14115
14116
# File 'lib/eBay.rb', line 14114

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14118
14119
14120
# File 'lib/eBay.rb', line 14118

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14116
14117
14118
# File 'lib/eBay.rb', line 14116

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14107
14108
14109
# File 'lib/eBay.rb', line 14107

def timestamp
  @timestamp
end

#timeToObject

Returns the value of attribute timeTo.



14123
14124
14125
# File 'lib/eBay.rb', line 14123

def timeTo
  @timeTo
end

#versionObject

Returns the value of attribute version.



14112
14113
14114
# File 'lib/eBay.rb', line 14112

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14126
14127
14128
# File 'lib/eBay.rb', line 14126

def set_any(elements)
  @__xmlele_any = elements
end