Class: EBay::GetBestOffersResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetBestOffersResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetBestOffersResponseType
- 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
bestOfferArray - EBay::BestOfferArrayType
item - EBay::ItemType
itemBestOffersArray - EBay::ItemBestOffersArrayType
pageNumber - SOAP::SOAPInt
paginationResult - EBay::PaginationResultType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#bestOfferArray ⇒ Object
Returns the value of attribute bestOfferArray.
-
#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.
-
#item ⇒ Object
Returns the value of attribute item.
-
#itemBestOffersArray ⇒ Object
Returns the value of attribute itemBestOffersArray.
-
#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, bestOfferArray = nil, item = nil, itemBestOffersArray = nil, pageNumber = nil, paginationResult = nil) ⇒ GetBestOffersResponseType
constructor
A new instance of GetBestOffersResponseType.
- #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, bestOfferArray = nil, item = nil, itemBestOffersArray = nil, pageNumber = nil, paginationResult = nil) ⇒ GetBestOffersResponseType
Returns a new instance of GetBestOffersResponseType.
11295 11296 11297 11298 11299 11300 11301 11302 11303 11304 11305 11306 11307 11308 11309 11310 11311 11312 11313 11314 11315 11316 11317 |
# File 'lib/eBay.rb', line 11295 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, bestOfferArray = nil, item = nil, itemBestOffersArray = nil, pageNumber = nil, paginationResult = 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 @bestOfferArray = bestOfferArray @item = item @itemBestOffersArray = itemBestOffersArray @pageNumber = pageNumber @paginationResult = paginationResult end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11284 11285 11286 |
# File 'lib/eBay.rb', line 11284 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11270 11271 11272 |
# File 'lib/eBay.rb', line 11270 def ack @ack end |
#bestOfferArray ⇒ Object
Returns the value of attribute bestOfferArray.
11285 11286 11287 |
# File 'lib/eBay.rb', line 11285 def bestOfferArray @bestOfferArray end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11282 11283 11284 |
# File 'lib/eBay.rb', line 11282 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11275 11276 11277 |
# File 'lib/eBay.rb', line 11275 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11271 11272 11273 |
# File 'lib/eBay.rb', line 11271 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11277 11278 11279 |
# File 'lib/eBay.rb', line 11277 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11279 11280 11281 |
# File 'lib/eBay.rb', line 11279 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11272 11273 11274 |
# File 'lib/eBay.rb', line 11272 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11283 11284 11285 |
# File 'lib/eBay.rb', line 11283 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11281 11282 11283 |
# File 'lib/eBay.rb', line 11281 def hardExpirationWarning @hardExpirationWarning end |
#item ⇒ Object
Returns the value of attribute item.
11286 11287 11288 |
# File 'lib/eBay.rb', line 11286 def item @item end |
#itemBestOffersArray ⇒ Object
Returns the value of attribute itemBestOffersArray.
11287 11288 11289 |
# File 'lib/eBay.rb', line 11287 def itemBestOffersArray @itemBestOffersArray end |
#message ⇒ Object
Returns the value of attribute message.
11273 11274 11275 |
# File 'lib/eBay.rb', line 11273 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11276 11277 11278 |
# File 'lib/eBay.rb', line 11276 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11280 11281 11282 |
# File 'lib/eBay.rb', line 11280 def notificationSignature @notificationSignature end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
11288 11289 11290 |
# File 'lib/eBay.rb', line 11288 def pageNumber @pageNumber end |
#paginationResult ⇒ Object
Returns the value of attribute paginationResult.
11289 11290 11291 |
# File 'lib/eBay.rb', line 11289 def paginationResult @paginationResult end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11278 11279 11280 |
# File 'lib/eBay.rb', line 11278 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11269 11270 11271 |
# File 'lib/eBay.rb', line 11269 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
11274 11275 11276 |
# File 'lib/eBay.rb', line 11274 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
11291 11292 11293 |
# File 'lib/eBay.rb', line 11291 def set_any(elements) @__xmlele_any = elements end |