Class: RemoveFromWatchListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsRemoveFromWatchListResponseType

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

Returns a new instance of RemoveFromWatchListResponseType.



13878
13879
13880
13881
13882
13883
13884
13885
13886
13887
13888
13889
13890
13891
13892
13893
13894
13895
13896
# File 'lib/eBay.rb', line 13878

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13870
13871
13872
# File 'lib/eBay.rb', line 13870

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13857
13858
13859
# File 'lib/eBay.rb', line 13857

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13869
13870
13871
# File 'lib/eBay.rb', line 13869

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13862
13863
13864
# File 'lib/eBay.rb', line 13862

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13858
13859
13860
# File 'lib/eBay.rb', line 13858

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13864
13865
13866
# File 'lib/eBay.rb', line 13864

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13866
13867
13868
# File 'lib/eBay.rb', line 13866

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13859
13860
13861
# File 'lib/eBay.rb', line 13859

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13868
13869
13870
# File 'lib/eBay.rb', line 13868

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13860
13861
13862
# File 'lib/eBay.rb', line 13860

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13863
13864
13865
# File 'lib/eBay.rb', line 13863

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13867
13868
13869
# File 'lib/eBay.rb', line 13867

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13865
13866
13867
# File 'lib/eBay.rb', line 13865

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13856
13857
13858
# File 'lib/eBay.rb', line 13856

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13861
13862
13863
# File 'lib/eBay.rb', line 13861

def version
  @version
end

#watchListCountObject

Returns the value of attribute watchListCount.



13871
13872
13873
# File 'lib/eBay.rb', line 13871

def watchListCount
  @watchListCount
end

#watchListMaximumObject

Returns the value of attribute watchListMaximum.



13872
13873
13874
# File 'lib/eBay.rb', line 13872

def watchListMaximum
  @watchListMaximum
end

Instance Method Details

#set_any(elements) ⇒ Object



13874
13875
13876
# File 'lib/eBay.rb', line 13874

def set_any(elements)
  @__xmlele_any = elements
end