Class: LeaveFeedbackResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsLeaveFeedbackResponseType

Constant Summary collapse

@@schema_type =
"LeaveFeedbackResponseType"
@@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")]],
["feedbackID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackID")]]]

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, feedbackID = nil) ⇒ LeaveFeedbackResponseType

Returns a new instance of LeaveFeedbackResponseType.



8857
8858
8859
8860
8861
8862
8863
8864
8865
8866
8867
8868
8869
8870
8871
8872
# File 'lib/eBay.rb', line 8857

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, feedbackID = 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
  @feedbackID = feedbackID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8850
8851
8852
# File 'lib/eBay.rb', line 8850

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8839
8840
8841
# File 'lib/eBay.rb', line 8839

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



8844
8845
8846
# File 'lib/eBay.rb', line 8844

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8840
8841
8842
# File 'lib/eBay.rb', line 8840

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8846
8847
8848
# File 'lib/eBay.rb', line 8846

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



8841
8842
8843
# File 'lib/eBay.rb', line 8841

def errors
  @errors
end

#feedbackIDObject

Returns the value of attribute feedbackID.



8851
8852
8853
# File 'lib/eBay.rb', line 8851

def feedbackID
  @feedbackID
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8849
8850
8851
# File 'lib/eBay.rb', line 8849

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8842
8843
8844
# File 'lib/eBay.rb', line 8842

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8845
8846
8847
# File 'lib/eBay.rb', line 8845

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8848
8849
8850
# File 'lib/eBay.rb', line 8848

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8847
8848
8849
# File 'lib/eBay.rb', line 8847

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8838
8839
8840
# File 'lib/eBay.rb', line 8838

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8843
8844
8845
# File 'lib/eBay.rb', line 8843

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8853
8854
8855
# File 'lib/eBay.rb', line 8853

def set_any(elements)
  @__xmlele_any = elements
end