Class: GetMyeBayRemindersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayRemindersResponseType

Constant Summary collapse

@@schema_type =
"GetMyeBayRemindersResponseType"
@@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")]],
  ["buyingReminders", ["RemindersType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyingReminders")]],
  ["sellingReminders", ["RemindersType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellingReminders")]]
]

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, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersResponseType

Returns a new instance of GetMyeBayRemindersResponseType.



5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
# File 'lib/eBay.rb', line 5343

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, buyingReminders = nil, sellingReminders = 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
  @buyingReminders = buyingReminders
  @sellingReminders = sellingReminders
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5335
5336
5337
# File 'lib/eBay.rb', line 5335

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



5324
5325
5326
# File 'lib/eBay.rb', line 5324

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



5329
5330
5331
# File 'lib/eBay.rb', line 5329

def build
  @build
end

#buyingRemindersObject

Returns the value of attribute buyingReminders.



5336
5337
5338
# File 'lib/eBay.rb', line 5336

def buyingReminders
  @buyingReminders
end

#correlationIDObject

Returns the value of attribute correlationID.



5325
5326
5327
# File 'lib/eBay.rb', line 5325

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



5331
5332
5333
# File 'lib/eBay.rb', line 5331

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



5326
5327
5328
# File 'lib/eBay.rb', line 5326

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



5334
5335
5336
# File 'lib/eBay.rb', line 5334

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



5327
5328
5329
# File 'lib/eBay.rb', line 5327

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



5330
5331
5332
# File 'lib/eBay.rb', line 5330

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



5333
5334
5335
# File 'lib/eBay.rb', line 5333

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



5332
5333
5334
# File 'lib/eBay.rb', line 5332

def recipientUserID
  @recipientUserID
end

#sellingRemindersObject

Returns the value of attribute sellingReminders.



5337
5338
5339
# File 'lib/eBay.rb', line 5337

def sellingReminders
  @sellingReminders
end

#timestampObject

Returns the value of attribute timestamp.



5323
5324
5325
# File 'lib/eBay.rb', line 5323

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



5328
5329
5330
# File 'lib/eBay.rb', line 5328

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



5339
5340
5341
# File 'lib/eBay.rb', line 5339

def set_any(elements)
  @__xmlele_any = elements
end