Class: EBay::GetFeedbackResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetFeedbackResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetFeedbackResponseType
- 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
feedbackDetailArray - EBay::FeedbackDetailArrayType
feedbackDetailItemTotal - SOAP::SOAPInt
feedbackSummary - EBay::FeedbackSummaryType
feedbackScore - SOAP::SOAPInt
paginationResult - EBay::PaginationResultType
entriesPerPage - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
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.
-
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#feedbackDetailArray ⇒ Object
Returns the value of attribute feedbackDetailArray.
-
#feedbackDetailItemTotal ⇒ Object
Returns the value of attribute feedbackDetailItemTotal.
-
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
-
#feedbackSummary ⇒ Object
Returns the value of attribute feedbackSummary.
-
#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.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
-
#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, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = nil, paginationResult = nil, entriesPerPage = nil, pageNumber = nil) ⇒ GetFeedbackResponseType
constructor
A new instance of GetFeedbackResponseType.
- #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, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = nil, paginationResult = nil, entriesPerPage = nil, pageNumber = nil) ⇒ GetFeedbackResponseType
Returns a new instance of GetFeedbackResponseType.
12240 12241 12242 12243 12244 12245 12246 12247 12248 12249 12250 12251 12252 12253 12254 12255 12256 12257 12258 12259 12260 12261 12262 12263 12264 |
# File 'lib/eBay.rb', line 12240 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, feedbackDetailArray = nil, feedbackDetailItemTotal = nil, feedbackSummary = nil, feedbackScore = nil, paginationResult = nil, entriesPerPage = nil, pageNumber = 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 @feedbackDetailArray = feedbackDetailArray @feedbackDetailItemTotal = feedbackDetailItemTotal @feedbackSummary = feedbackSummary @feedbackScore = feedbackScore @paginationResult = paginationResult @entriesPerPage = entriesPerPage @pageNumber = pageNumber end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12227 12228 12229 |
# File 'lib/eBay.rb', line 12227 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12213 12214 12215 |
# File 'lib/eBay.rb', line 12213 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12225 12226 12227 |
# File 'lib/eBay.rb', line 12225 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12218 12219 12220 |
# File 'lib/eBay.rb', line 12218 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12214 12215 12216 |
# File 'lib/eBay.rb', line 12214 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12220 12221 12222 |
# File 'lib/eBay.rb', line 12220 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12222 12223 12224 |
# File 'lib/eBay.rb', line 12222 def eIASToken @eIASToken end |
#entriesPerPage ⇒ Object
Returns the value of attribute entriesPerPage.
12233 12234 12235 |
# File 'lib/eBay.rb', line 12233 def entriesPerPage @entriesPerPage end |
#errors ⇒ Object
Returns the value of attribute errors.
12215 12216 12217 |
# File 'lib/eBay.rb', line 12215 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12226 12227 12228 |
# File 'lib/eBay.rb', line 12226 def externalUserData @externalUserData end |
#feedbackDetailArray ⇒ Object
Returns the value of attribute feedbackDetailArray.
12228 12229 12230 |
# File 'lib/eBay.rb', line 12228 def feedbackDetailArray @feedbackDetailArray end |
#feedbackDetailItemTotal ⇒ Object
Returns the value of attribute feedbackDetailItemTotal.
12229 12230 12231 |
# File 'lib/eBay.rb', line 12229 def feedbackDetailItemTotal @feedbackDetailItemTotal end |
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
12231 12232 12233 |
# File 'lib/eBay.rb', line 12231 def feedbackScore @feedbackScore end |
#feedbackSummary ⇒ Object
Returns the value of attribute feedbackSummary.
12230 12231 12232 |
# File 'lib/eBay.rb', line 12230 def feedbackSummary @feedbackSummary end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12224 12225 12226 |
# File 'lib/eBay.rb', line 12224 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
12216 12217 12218 |
# File 'lib/eBay.rb', line 12216 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12219 12220 12221 |
# File 'lib/eBay.rb', line 12219 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12223 12224 12225 |
# File 'lib/eBay.rb', line 12223 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
12234 12235 12236 |
# File 'lib/eBay.rb', line 12234 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
12232 12233 12234 |
# File 'lib/eBay.rb', line 12232 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12221 12222 12223 |
# File 'lib/eBay.rb', line 12221 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12212 12213 12214 |
# File 'lib/eBay.rb', line 12212 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12217 12218 12219 |
# File 'lib/eBay.rb', line 12217 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12236 12237 12238 |
# File 'lib/eBay.rb', line 12236 def set_any(elements) @__xmlele_any = elements end |