Class: AddToWatchListResponseType

Inherits:
Object
  • Object
show all
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

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1200
1201
1202
# File 'lib/eBay.rb', line 1200

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



1188
1189
1190
# File 'lib/eBay.rb', line 1188

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



1193
1194
1195
# File 'lib/eBay.rb', line 1193

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



1189
1190
1191
# File 'lib/eBay.rb', line 1189

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



1195
1196
1197
# File 'lib/eBay.rb', line 1195

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



1197
1198
1199
# File 'lib/eBay.rb', line 1197

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



1190
1191
1192
# File 'lib/eBay.rb', line 1190

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



1199
1200
1201
# File 'lib/eBay.rb', line 1199

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



1191
1192
1193
# File 'lib/eBay.rb', line 1191

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



1194
1195
1196
# File 'lib/eBay.rb', line 1194

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



1198
1199
1200
# File 'lib/eBay.rb', line 1198

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



1196
1197
1198
# File 'lib/eBay.rb', line 1196

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



1187
1188
1189
# File 'lib/eBay.rb', line 1187

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



1192
1193
1194
# File 'lib/eBay.rb', line 1192

def version
  @version
end

#watchListCountObject

Returns the value of attribute watchListCount.



1201
1202
1203
# File 'lib/eBay.rb', line 1201

def watchListCount
  @watchListCount
end

#watchListMaximumObject

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