Class: ReviseMyMessagesFoldersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseMyMessagesFoldersResponseType

Constant Summary collapse

@@schema_type =
"ReviseMyMessagesFoldersResponseType"
@@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")]]
]

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

Returns a new instance of ReviseMyMessagesFoldersResponseType.



12319
12320
12321
12322
12323
12324
12325
12326
12327
12328
12329
12330
12331
12332
12333
12334
# File 'lib/eBay.rb', line 12319

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12313
12314
12315
# File 'lib/eBay.rb', line 12313

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12301
12302
12303
# File 'lib/eBay.rb', line 12301

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



12306
12307
12308
# File 'lib/eBay.rb', line 12306

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



12302
12303
12304
# File 'lib/eBay.rb', line 12302

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12308
12309
12310
# File 'lib/eBay.rb', line 12308

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12310
12311
12312
# File 'lib/eBay.rb', line 12310

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12303
12304
12305
# File 'lib/eBay.rb', line 12303

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12312
12313
12314
# File 'lib/eBay.rb', line 12312

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12304
12305
12306
# File 'lib/eBay.rb', line 12304

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12307
12308
12309
# File 'lib/eBay.rb', line 12307

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12311
12312
12313
# File 'lib/eBay.rb', line 12311

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12309
12310
12311
# File 'lib/eBay.rb', line 12309

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



12300
12301
12302
# File 'lib/eBay.rb', line 12300

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



12305
12306
12307
# File 'lib/eBay.rb', line 12305

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



12315
12316
12317
# File 'lib/eBay.rb', line 12315

def set_any(elements)
  @__xmlele_any = elements
end