Class: EBay::GetHighBiddersResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetHighBiddersResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetHighBiddersResponseType
- 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
bidArray - EBay::OfferArrayType
listingStatus - EBay::ListingStatusCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#bidArray ⇒ Object
Returns the value of attribute bidArray.
-
#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.
-
#listingStatus ⇒ Object
Returns the value of attribute listingStatus.
-
#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, bidArray = nil, listingStatus = nil) ⇒ GetHighBiddersResponseType
constructor
A new instance of GetHighBiddersResponseType.
- #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, bidArray = nil, listingStatus = nil) ⇒ GetHighBiddersResponseType
Returns a new instance of GetHighBiddersResponseType.
12309 12310 12311 12312 12313 12314 12315 12316 12317 12318 12319 12320 12321 12322 12323 12324 12325 12326 12327 12328 |
# File 'lib/eBay.rb', line 12309 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, bidArray = nil, listingStatus = 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 @bidArray = bidArray @listingStatus = listingStatus end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12301 12302 12303 |
# File 'lib/eBay.rb', line 12301 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12287 12288 12289 |
# File 'lib/eBay.rb', line 12287 def ack @ack end |
#bidArray ⇒ Object
Returns the value of attribute bidArray.
12302 12303 12304 |
# File 'lib/eBay.rb', line 12302 def bidArray @bidArray end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12299 12300 12301 |
# File 'lib/eBay.rb', line 12299 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12292 12293 12294 |
# File 'lib/eBay.rb', line 12292 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12288 12289 12290 |
# File 'lib/eBay.rb', line 12288 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12294 12295 12296 |
# File 'lib/eBay.rb', line 12294 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12296 12297 12298 |
# File 'lib/eBay.rb', line 12296 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12289 12290 12291 |
# File 'lib/eBay.rb', line 12289 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12300 12301 12302 |
# File 'lib/eBay.rb', line 12300 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12298 12299 12300 |
# File 'lib/eBay.rb', line 12298 def hardExpirationWarning @hardExpirationWarning end |
#listingStatus ⇒ Object
Returns the value of attribute listingStatus.
12303 12304 12305 |
# File 'lib/eBay.rb', line 12303 def listingStatus @listingStatus end |
#message ⇒ Object
Returns the value of attribute message.
12290 12291 12292 |
# File 'lib/eBay.rb', line 12290 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12293 12294 12295 |
# File 'lib/eBay.rb', line 12293 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12297 12298 12299 |
# File 'lib/eBay.rb', line 12297 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12295 12296 12297 |
# File 'lib/eBay.rb', line 12295 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12286 12287 12288 |
# File 'lib/eBay.rb', line 12286 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12291 12292 12293 |
# File 'lib/eBay.rb', line 12291 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12305 12306 12307 |
# File 'lib/eBay.rb', line 12305 def set_any(elements) @__xmlele_any = elements end |