Class: GetVeROReasonCodeDetailsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetVeROReasonCodeDetailsResponseType

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
veROReasonCodeDetails - VeROReasonCodeDetailsType

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, veROReasonCodeDetails = nil) ⇒ GetVeROReasonCodeDetailsResponseType

Returns a new instance of GetVeROReasonCodeDetailsResponseType.



13200
13201
13202
13203
13204
13205
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
13217
# File 'lib/eBay.rb', line 13200

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, veROReasonCodeDetails = 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
  @veROReasonCodeDetails = veROReasonCodeDetails
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13193
13194
13195
# File 'lib/eBay.rb', line 13193

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13180
13181
13182
# File 'lib/eBay.rb', line 13180

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13192
13193
13194
# File 'lib/eBay.rb', line 13192

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13185
13186
13187
# File 'lib/eBay.rb', line 13185

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13181
13182
13183
# File 'lib/eBay.rb', line 13181

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13187
13188
13189
# File 'lib/eBay.rb', line 13187

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13189
13190
13191
# File 'lib/eBay.rb', line 13189

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13182
13183
13184
# File 'lib/eBay.rb', line 13182

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13191
13192
13193
# File 'lib/eBay.rb', line 13191

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13183
13184
13185
# File 'lib/eBay.rb', line 13183

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13186
13187
13188
# File 'lib/eBay.rb', line 13186

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13190
13191
13192
# File 'lib/eBay.rb', line 13190

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13188
13189
13190
# File 'lib/eBay.rb', line 13188

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13179
13180
13181
# File 'lib/eBay.rb', line 13179

def timestamp
  @timestamp
end

#veROReasonCodeDetailsObject

Returns the value of attribute veROReasonCodeDetails.



13194
13195
13196
# File 'lib/eBay.rb', line 13194

def veROReasonCodeDetails
  @veROReasonCodeDetails
end

#versionObject

Returns the value of attribute version.



13184
13185
13186
# File 'lib/eBay.rb', line 13184

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13196
13197
13198
# File 'lib/eBay.rb', line 13196

def set_any(elements)
  @__xmlele_any = elements
end