Class: EBay::AddToWatchListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddToWatchListResponseType

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

Returns a new instance of AddToWatchListResponseType.



9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
# File 'lib/eBay.rb', line 9884

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.



9876
9877
9878
# File 'lib/eBay.rb', line 9876

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9862
9863
9864
# File 'lib/eBay.rb', line 9862

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9874
9875
9876
# File 'lib/eBay.rb', line 9874

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9867
9868
9869
# File 'lib/eBay.rb', line 9867

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



9863
9864
9865
# File 'lib/eBay.rb', line 9863

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9869
9870
9871
# File 'lib/eBay.rb', line 9869

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9871
9872
9873
# File 'lib/eBay.rb', line 9871

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



9864
9865
9866
# File 'lib/eBay.rb', line 9864

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



9875
9876
9877
# File 'lib/eBay.rb', line 9875

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9873
9874
9875
# File 'lib/eBay.rb', line 9873

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



9865
9866
9867
# File 'lib/eBay.rb', line 9865

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9868
9869
9870
# File 'lib/eBay.rb', line 9868

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9872
9873
9874
# File 'lib/eBay.rb', line 9872

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9870
9871
9872
# File 'lib/eBay.rb', line 9870

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



9861
9862
9863
# File 'lib/eBay.rb', line 9861

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9866
9867
9868
# File 'lib/eBay.rb', line 9866

def version
  @version
end

#watchListCountObject

Returns the value of attribute watchListCount.



9877
9878
9879
# File 'lib/eBay.rb', line 9877

def watchListCount
  @watchListCount
end

#watchListMaximumObject

Returns the value of attribute watchListMaximum.



9878
9879
9880
# File 'lib/eBay.rb', line 9878

def watchListMaximum
  @watchListMaximum
end

Instance Method Details

#set_any(elements) ⇒ Object



9880
9881
9882
# File 'lib/eBay.rb', line 9880

def set_any(elements)
  @__xmlele_any = elements
end