Class: AddToWatchListResponseType
- Inherits:
-
Object
- Object
- AddToWatchListResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddToWatchListResponseType
Constant Summary collapse
- @@schema_type =
"AddToWatchListResponseType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]], ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]], ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]], ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]], ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]], ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]], ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]], ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["watchListCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatchListCount")]], ["watchListMaximum", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WatchListMaximum")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#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.
-
#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, 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, watchListCount = nil, watchListMaximum = nil) ⇒ AddToWatchListResponseType
1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 |
# File 'lib/eBay.rb', line 1208 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, watchListCount = nil, watchListMaximum = nil) = @ack = ack @correlationID = correlationID @errors = errors = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @watchListCount = watchListCount @watchListMaximum = watchListMaximum end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1200 1201 1202 |
# File 'lib/eBay.rb', line 1200 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
1188 1189 1190 |
# File 'lib/eBay.rb', line 1188 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
1193 1194 1195 |
# File 'lib/eBay.rb', line 1193 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
1189 1190 1191 |
# File 'lib/eBay.rb', line 1189 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
1195 1196 1197 |
# File 'lib/eBay.rb', line 1195 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
1197 1198 1199 |
# File 'lib/eBay.rb', line 1197 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
1190 1191 1192 |
# File 'lib/eBay.rb', line 1190 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
1199 1200 1201 |
# File 'lib/eBay.rb', line 1199 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
1191 1192 1193 |
# File 'lib/eBay.rb', line 1191 def end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
1194 1195 1196 |
# File 'lib/eBay.rb', line 1194 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
1198 1199 1200 |
# File 'lib/eBay.rb', line 1198 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
1196 1197 1198 |
# File 'lib/eBay.rb', line 1196 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
1187 1188 1189 |
# File 'lib/eBay.rb', line 1187 def end |
#version ⇒ Object
Returns the value of attribute version.
1192 1193 1194 |
# File 'lib/eBay.rb', line 1192 def version @version end |
#watchListCount ⇒ Object
Returns the value of attribute watchListCount.
1201 1202 1203 |
# File 'lib/eBay.rb', line 1201 def watchListCount @watchListCount end |
#watchListMaximum ⇒ Object
Returns the value of attribute watchListMaximum.
1202 1203 1204 |
# File 'lib/eBay.rb', line 1202 def watchListMaximum @watchListMaximum end |
Instance Method Details
#set_any(elements) ⇒ Object
1204 1205 1206 |
# File 'lib/eBay.rb', line 1204 def set_any(elements) @__xmlele_any = elements end |