Class: EBay::RespondToFeedbackResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::RespondToFeedbackResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRespondToFeedbackResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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, externalUserData = nil) ⇒ RespondToFeedbackResponseType
constructor
A new instance of RespondToFeedbackResponseType.
- #set_any(elements) ⇒ Object
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, externalUserData = nil) ⇒ RespondToFeedbackResponseType
Returns a new instance of RespondToFeedbackResponseType.
17008 17009 17010 17011 17012 17013 17014 17015 17016 17017 17018 17019 17020 17021 17022 17023 17024 17025 |
# File 'lib/eBay.rb', line 17008 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17002 17003 17004 |
# File 'lib/eBay.rb', line 17002 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
16988 16989 16990 |
# File 'lib/eBay.rb', line 16988 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
17000 17001 17002 |
# File 'lib/eBay.rb', line 17000 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
16993 16994 16995 |
# File 'lib/eBay.rb', line 16993 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
16989 16990 16991 |
# File 'lib/eBay.rb', line 16989 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
16995 16996 16997 |
# File 'lib/eBay.rb', line 16995 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
16997 16998 16999 |
# File 'lib/eBay.rb', line 16997 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
16990 16991 16992 |
# File 'lib/eBay.rb', line 16990 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
17001 17002 17003 |
# File 'lib/eBay.rb', line 17001 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
16999 17000 17001 |
# File 'lib/eBay.rb', line 16999 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
16991 16992 16993 |
# File 'lib/eBay.rb', line 16991 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
16994 16995 16996 |
# File 'lib/eBay.rb', line 16994 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
16998 16999 17000 |
# File 'lib/eBay.rb', line 16998 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
16996 16997 16998 |
# File 'lib/eBay.rb', line 16996 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
16987 16988 16989 |
# File 'lib/eBay.rb', line 16987 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
16992 16993 16994 |
# File 'lib/eBay.rb', line 16992 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
17004 17005 17006 |
# File 'lib/eBay.rb', line 17004 def set_any(elements) @__xmlele_any = elements end |