Class: SetUserNotesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetUserNotesResponseType

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

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) ⇒ SetUserNotesResponseType

Returns a new instance of SetUserNotesResponseType.



15254
15255
15256
15257
15258
15259
15260
15261
15262
15263
15264
15265
15266
15267
15268
15269
15270
# File 'lib/eBay.rb', line 15254

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15248
15249
15250
# File 'lib/eBay.rb', line 15248

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15235
15236
15237
# File 'lib/eBay.rb', line 15235

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15247
15248
15249
# File 'lib/eBay.rb', line 15247

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15240
15241
15242
# File 'lib/eBay.rb', line 15240

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15236
15237
15238
# File 'lib/eBay.rb', line 15236

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15242
15243
15244
# File 'lib/eBay.rb', line 15242

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15244
15245
15246
# File 'lib/eBay.rb', line 15244

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15237
15238
15239
# File 'lib/eBay.rb', line 15237

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15246
15247
15248
# File 'lib/eBay.rb', line 15246

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15238
15239
15240
# File 'lib/eBay.rb', line 15238

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15241
15242
15243
# File 'lib/eBay.rb', line 15241

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15245
15246
15247
# File 'lib/eBay.rb', line 15245

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15243
15244
15245
# File 'lib/eBay.rb', line 15243

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15234
15235
15236
# File 'lib/eBay.rb', line 15234

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15239
15240
15241
# File 'lib/eBay.rb', line 15239

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15250
15251
15252
# File 'lib/eBay.rb', line 15250

def set_any(elements)
  @__xmlele_any = elements
end