Class: GetSellerEventsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellerEventsResponseType

Constant Summary collapse

@@schema_type =
"GetSellerEventsResponseType"
@@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")]],
  ["timeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TimeTo")]],
  ["itemArray", ["ItemArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemArray")]]
]

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, timeTo = nil, itemArray = nil) ⇒ GetSellerEventsResponseType

Returns a new instance of GetSellerEventsResponseType.



7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
# File 'lib/eBay.rb', line 7583

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, timeTo = nil, itemArray = 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
  @timeTo = timeTo
  @itemArray = itemArray
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7575
7576
7577
# File 'lib/eBay.rb', line 7575

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7564
7565
7566
# File 'lib/eBay.rb', line 7564

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



7569
7570
7571
# File 'lib/eBay.rb', line 7569

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7565
7566
7567
# File 'lib/eBay.rb', line 7565

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7571
7572
7573
# File 'lib/eBay.rb', line 7571

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



7566
7567
7568
# File 'lib/eBay.rb', line 7566

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7574
7575
7576
# File 'lib/eBay.rb', line 7574

def hardExpirationWarning
  @hardExpirationWarning
end

#itemArrayObject

Returns the value of attribute itemArray.



7577
7578
7579
# File 'lib/eBay.rb', line 7577

def itemArray
  @itemArray
end

#messageObject

Returns the value of attribute message.



7567
7568
7569
# File 'lib/eBay.rb', line 7567

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7570
7571
7572
# File 'lib/eBay.rb', line 7570

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7573
7574
7575
# File 'lib/eBay.rb', line 7573

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7572
7573
7574
# File 'lib/eBay.rb', line 7572

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7563
7564
7565
# File 'lib/eBay.rb', line 7563

def timestamp
  @timestamp
end

#timeToObject

Returns the value of attribute timeTo.



7576
7577
7578
# File 'lib/eBay.rb', line 7576

def timeTo
  @timeTo
end

#versionObject

Returns the value of attribute version.



7568
7569
7570
# File 'lib/eBay.rb', line 7568

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7579
7580
7581
# File 'lib/eBay.rb', line 7579

def set_any(elements)
  @__xmlele_any = elements
end