Class: EBay::AddToWatchListResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddToWatchListResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddToWatchListResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
-
#watchListCount ⇒ Object
Returns the value of attribute watchListCount.
-
#watchListMaximum ⇒ Object
Returns the value of attribute watchListMaximum.
Instance Method Summary collapse
-
#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
constructor
A new instance of AddToWatchListResponseType.
- #set_any(elements) ⇒ Object
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( = nil, ack = nil, correlationID = nil, errors = [], = 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 = @ack = ack @correlationID = correlationID @errors = errors @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9876 9877 9878 |
# File 'lib/eBay.rb', line 9876 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9862 9863 9864 |
# File 'lib/eBay.rb', line 9862 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9874 9875 9876 |
# File 'lib/eBay.rb', line 9874 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
9867 9868 9869 |
# File 'lib/eBay.rb', line 9867 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9863 9864 9865 |
# File 'lib/eBay.rb', line 9863 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9869 9870 9871 |
# File 'lib/eBay.rb', line 9869 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9871 9872 9873 |
# File 'lib/eBay.rb', line 9871 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
9864 9865 9866 |
# File 'lib/eBay.rb', line 9864 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9875 9876 9877 |
# File 'lib/eBay.rb', line 9875 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9873 9874 9875 |
# File 'lib/eBay.rb', line 9873 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
9865 9866 9867 |
# File 'lib/eBay.rb', line 9865 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9868 9869 9870 |
# File 'lib/eBay.rb', line 9868 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9872 9873 9874 |
# File 'lib/eBay.rb', line 9872 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9870 9871 9872 |
# File 'lib/eBay.rb', line 9870 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9861 9862 9863 |
# File 'lib/eBay.rb', line 9861 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9866 9867 9868 |
# File 'lib/eBay.rb', line 9866 def version @version end |
#watchListCount ⇒ Object
Returns the value of attribute watchListCount.
9877 9878 9879 |
# File 'lib/eBay.rb', line 9877 def watchListCount @watchListCount end |
#watchListMaximum ⇒ Object
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 |