Class: LeaveFeedbackResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsLeaveFeedbackResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
feedbackID - SOAP::SOAPString

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

Returns a new instance of LeaveFeedbackResponseType.



13681
13682
13683
13684
13685
13686
13687
13688
13689
13690
13691
13692
13693
13694
13695
13696
13697
13698
# File 'lib/eBay.rb', line 13681

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13674
13675
13676
# File 'lib/eBay.rb', line 13674

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13661
13662
13663
# File 'lib/eBay.rb', line 13661

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13673
13674
13675
# File 'lib/eBay.rb', line 13673

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13666
13667
13668
# File 'lib/eBay.rb', line 13666

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13662
13663
13664
# File 'lib/eBay.rb', line 13662

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13668
13669
13670
# File 'lib/eBay.rb', line 13668

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13670
13671
13672
# File 'lib/eBay.rb', line 13670

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13663
13664
13665
# File 'lib/eBay.rb', line 13663

def errors
  @errors
end

#feedbackIDObject

Returns the value of attribute feedbackID.



13675
13676
13677
# File 'lib/eBay.rb', line 13675

def feedbackID
  @feedbackID
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13672
13673
13674
# File 'lib/eBay.rb', line 13672

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13664
13665
13666
# File 'lib/eBay.rb', line 13664

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13667
13668
13669
# File 'lib/eBay.rb', line 13667

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13671
13672
13673
# File 'lib/eBay.rb', line 13671

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13669
13670
13671
# File 'lib/eBay.rb', line 13669

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13660
13661
13662
# File 'lib/eBay.rb', line 13660

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13665
13666
13667
# File 'lib/eBay.rb', line 13665

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13677
13678
13679
# File 'lib/eBay.rb', line 13677

def set_any(elements)
  @__xmlele_any = elements
end