Class: SetUserPreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetUserPreferencesResponseType

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

Returns a new instance of SetUserPreferencesResponseType.



15309
15310
15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
15322
15323
15324
15325
# File 'lib/eBay.rb', line 15309

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.



15303
15304
15305
# File 'lib/eBay.rb', line 15303

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15290
15291
15292
# File 'lib/eBay.rb', line 15290

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15302
15303
15304
# File 'lib/eBay.rb', line 15302

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15295
15296
15297
# File 'lib/eBay.rb', line 15295

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



15291
15292
15293
# File 'lib/eBay.rb', line 15291

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15297
15298
15299
# File 'lib/eBay.rb', line 15297

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15299
15300
15301
# File 'lib/eBay.rb', line 15299

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15292
15293
15294
# File 'lib/eBay.rb', line 15292

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15301
15302
15303
# File 'lib/eBay.rb', line 15301

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



15293
15294
15295
# File 'lib/eBay.rb', line 15293

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15296
15297
15298
# File 'lib/eBay.rb', line 15296

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15300
15301
15302
# File 'lib/eBay.rb', line 15300

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15298
15299
15300
# File 'lib/eBay.rb', line 15298

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15289
15290
15291
# File 'lib/eBay.rb', line 15289

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15294
15295
15296
# File 'lib/eBay.rb', line 15294

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15305
15306
15307
# File 'lib/eBay.rb', line 15305

def set_any(elements)
  @__xmlele_any = elements
end