Class: EBay::GetMessagePreferencesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMessagePreferencesResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
aSQPreferences - EBay::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, externalUserData = nil, aSQPreferences = nil) ⇒ GetMessagePreferencesResponseType

Returns a new instance of GetMessagePreferencesResponseType.



12767
12768
12769
12770
12771
12772
12773
12774
12775
12776
12777
12778
12779
12780
12781
12782
12783
12784
12785
# File 'lib/eBay.rb', line 12767

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12760
12761
12762
# File 'lib/eBay.rb', line 12760

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12746
12747
12748
# File 'lib/eBay.rb', line 12746

def ack
  @ack
end

#aSQPreferencesObject

Returns the value of attribute aSQPreferences.



12761
12762
12763
# File 'lib/eBay.rb', line 12761

def aSQPreferences
  @aSQPreferences
end

#botBlockObject

Returns the value of attribute botBlock.



12758
12759
12760
# File 'lib/eBay.rb', line 12758

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12751
12752
12753
# File 'lib/eBay.rb', line 12751

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12747
12748
12749
# File 'lib/eBay.rb', line 12747

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12753
12754
12755
# File 'lib/eBay.rb', line 12753

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12755
12756
12757
# File 'lib/eBay.rb', line 12755

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12748
12749
12750
# File 'lib/eBay.rb', line 12748

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



12759
12760
12761
# File 'lib/eBay.rb', line 12759

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12757
12758
12759
# File 'lib/eBay.rb', line 12757

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12749
12750
12751
# File 'lib/eBay.rb', line 12749

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12752
12753
12754
# File 'lib/eBay.rb', line 12752

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12756
12757
12758
# File 'lib/eBay.rb', line 12756

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12754
12755
12756
# File 'lib/eBay.rb', line 12754

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12745
12746
12747
# File 'lib/eBay.rb', line 12745

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12750
12751
12752
# File 'lib/eBay.rb', line 12750

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12763
12764
12765
# File 'lib/eBay.rb', line 12763

def set_any(elements)
  @__xmlele_any = elements
end