Class: SetUserNotesResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSetUserNotesResponseType

Constant Summary collapse

@@schema_type =
"SetUserNotesResponseType"
@@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")]],
  ["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")]]
]

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, notificationSignature = nil, hardExpirationWarning = nil) ⇒ SetUserNotesResponseType

Returns a new instance of SetUserNotesResponseType.



12286
12287
12288
12289
12290
12291
12292
12293
12294
12295
12296
12297
12298
12299
12300
# File 'lib/eBay.rb', line 12286

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12280
12281
12282
# File 'lib/eBay.rb', line 12280

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12269
12270
12271
# File 'lib/eBay.rb', line 12269

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



12274
12275
12276
# File 'lib/eBay.rb', line 12274

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12270
12271
12272
# File 'lib/eBay.rb', line 12270

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12276
12277
12278
# File 'lib/eBay.rb', line 12276

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



12271
12272
12273
# File 'lib/eBay.rb', line 12271

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12279
12280
12281
# File 'lib/eBay.rb', line 12279

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12272
12273
12274
# File 'lib/eBay.rb', line 12272

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12275
12276
12277
# File 'lib/eBay.rb', line 12275

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12278
12279
12280
# File 'lib/eBay.rb', line 12278

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12277
12278
12279
# File 'lib/eBay.rb', line 12277

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12268
12269
12270
# File 'lib/eBay.rb', line 12268

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12273
12274
12275
# File 'lib/eBay.rb', line 12273

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12282
12283
12284
# File 'lib/eBay.rb', line 12282

def set_any(elements)
  @__xmlele_any = elements
end