Class: GetMessagePreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMessagePreferencesResponseType

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
aSQPreferences - ASQPreferencesType

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, aSQPreferences = nil) ⇒ GetMessagePreferencesResponseType

Returns a new instance of GetMessagePreferencesResponseType.



10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
# File 'lib/eBay.rb', line 10492

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10485
10486
10487
# File 'lib/eBay.rb', line 10485

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10472
10473
10474
# File 'lib/eBay.rb', line 10472

def ack
  @ack
end

#aSQPreferencesObject

Returns the value of attribute aSQPreferences.



10486
10487
10488
# File 'lib/eBay.rb', line 10486

def aSQPreferences
  @aSQPreferences
end

#botBlockObject

Returns the value of attribute botBlock.



10484
10485
10486
# File 'lib/eBay.rb', line 10484

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10477
10478
10479
# File 'lib/eBay.rb', line 10477

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10473
10474
10475
# File 'lib/eBay.rb', line 10473

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10479
10480
10481
# File 'lib/eBay.rb', line 10479

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10481
10482
10483
# File 'lib/eBay.rb', line 10481

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10474
10475
10476
# File 'lib/eBay.rb', line 10474

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10483
10484
10485
# File 'lib/eBay.rb', line 10483

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10475
10476
10477
# File 'lib/eBay.rb', line 10475

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10478
10479
10480
# File 'lib/eBay.rb', line 10478

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10482
10483
10484
# File 'lib/eBay.rb', line 10482

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10480
10481
10482
# File 'lib/eBay.rb', line 10480

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10471
10472
10473
# File 'lib/eBay.rb', line 10471

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10476
10477
10478
# File 'lib/eBay.rb', line 10476

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10488
10489
10490
# File 'lib/eBay.rb', line 10488

def set_any(elements)
  @__xmlele_any = elements
end