Class: AddToWatchListResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddToWatchListResponseType

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

Returns a new instance of AddToWatchListResponseType.



8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053
8054
8055
# File 'lib/eBay.rb', line 8037

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.



8029
8030
8031
# File 'lib/eBay.rb', line 8029

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8016
8017
8018
# File 'lib/eBay.rb', line 8016

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



8028
8029
8030
# File 'lib/eBay.rb', line 8028

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8021
8022
8023
# File 'lib/eBay.rb', line 8021

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8017
8018
8019
# File 'lib/eBay.rb', line 8017

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8023
8024
8025
# File 'lib/eBay.rb', line 8023

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8025
8026
8027
# File 'lib/eBay.rb', line 8025

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8018
8019
8020
# File 'lib/eBay.rb', line 8018

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8027
8028
8029
# File 'lib/eBay.rb', line 8027

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8019
8020
8021
# File 'lib/eBay.rb', line 8019

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8022
8023
8024
# File 'lib/eBay.rb', line 8022

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8026
8027
8028
# File 'lib/eBay.rb', line 8026

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8024
8025
8026
# File 'lib/eBay.rb', line 8024

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8015
8016
8017
# File 'lib/eBay.rb', line 8015

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8020
8021
8022
# File 'lib/eBay.rb', line 8020

def version
  @version
end

#watchListCountObject

Returns the value of attribute watchListCount.



8030
8031
8032
# File 'lib/eBay.rb', line 8030

def watchListCount
  @watchListCount
end

#watchListMaximumObject

Returns the value of attribute watchListMaximum.



8031
8032
8033
# File 'lib/eBay.rb', line 8031

def watchListMaximum
  @watchListMaximum
end

Instance Method Details

#set_any(elements) ⇒ Object



8033
8034
8035
# File 'lib/eBay.rb', line 8033

def set_any(elements)
  @__xmlele_any = elements
end