Class: SetMessagePreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetMessagePreferencesResponseType

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

Returns a new instance of SetMessagePreferencesResponseType.



14576
14577
14578
14579
14580
14581
14582
14583
14584
14585
14586
14587
14588
14589
14590
14591
14592
# File 'lib/eBay.rb', line 14576

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.



14570
14571
14572
# File 'lib/eBay.rb', line 14570

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14557
14558
14559
# File 'lib/eBay.rb', line 14557

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14569
14570
14571
# File 'lib/eBay.rb', line 14569

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14562
14563
14564
# File 'lib/eBay.rb', line 14562

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14558
14559
14560
# File 'lib/eBay.rb', line 14558

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14564
14565
14566
# File 'lib/eBay.rb', line 14564

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14566
14567
14568
# File 'lib/eBay.rb', line 14566

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14559
14560
14561
# File 'lib/eBay.rb', line 14559

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14568
14569
14570
# File 'lib/eBay.rb', line 14568

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14560
14561
14562
# File 'lib/eBay.rb', line 14560

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14563
14564
14565
# File 'lib/eBay.rb', line 14563

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14567
14568
14569
# File 'lib/eBay.rb', line 14567

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14565
14566
14567
# File 'lib/eBay.rb', line 14565

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14556
14557
14558
# File 'lib/eBay.rb', line 14556

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14561
14562
14563
# File 'lib/eBay.rb', line 14561

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14572
14573
14574
# File 'lib/eBay.rb', line 14572

def set_any(elements)
  @__xmlele_any = elements
end