Class: EBay::RemoveFromWatchListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsRemoveFromWatchListResponseType

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
watchListCount - SOAP::SOAPInt
watchListMaximum - SOAP::SOAPInt

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, watchListCount = nil, watchListMaximum = nil) ⇒ RemoveFromWatchListResponseType

Returns a new instance of RemoveFromWatchListResponseType.



16887
16888
16889
16890
16891
16892
16893
16894
16895
16896
16897
16898
16899
16900
16901
16902
16903
16904
16905
16906
# File 'lib/eBay.rb', line 16887

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, watchListCount = nil, watchListMaximum = 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
  @watchListCount = watchListCount
  @watchListMaximum = watchListMaximum
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16879
16880
16881
# File 'lib/eBay.rb', line 16879

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



16865
16866
16867
# File 'lib/eBay.rb', line 16865

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



16877
16878
16879
# File 'lib/eBay.rb', line 16877

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



16870
16871
16872
# File 'lib/eBay.rb', line 16870

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



16866
16867
16868
# File 'lib/eBay.rb', line 16866

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



16872
16873
16874
# File 'lib/eBay.rb', line 16872

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



16874
16875
16876
# File 'lib/eBay.rb', line 16874

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



16867
16868
16869
# File 'lib/eBay.rb', line 16867

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



16878
16879
16880
# File 'lib/eBay.rb', line 16878

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



16876
16877
16878
# File 'lib/eBay.rb', line 16876

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



16868
16869
16870
# File 'lib/eBay.rb', line 16868

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



16871
16872
16873
# File 'lib/eBay.rb', line 16871

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



16875
16876
16877
# File 'lib/eBay.rb', line 16875

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



16873
16874
16875
# File 'lib/eBay.rb', line 16873

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



16864
16865
16866
# File 'lib/eBay.rb', line 16864

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



16869
16870
16871
# File 'lib/eBay.rb', line 16869

def version
  @version
end

#watchListCountObject

Returns the value of attribute watchListCount.



16880
16881
16882
# File 'lib/eBay.rb', line 16880

def watchListCount
  @watchListCount
end

#watchListMaximumObject

Returns the value of attribute watchListMaximum.



16881
16882
16883
# File 'lib/eBay.rb', line 16881

def watchListMaximum
  @watchListMaximum
end

Instance Method Details

#set_any(elements) ⇒ Object



16883
16884
16885
# File 'lib/eBay.rb', line 16883

def set_any(elements)
  @__xmlele_any = elements
end