Class: EBay::GetBidderListResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetBidderListResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetBidderListResponseType
- 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
bidder - EBay::UserType
bidItemArray - EBay::ItemArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#bidder ⇒ Object
Returns the value of attribute bidder.
-
#bidItemArray ⇒ Object
Returns the value of attribute bidItemArray.
-
#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, bidder = nil, bidItemArray = nil) ⇒ GetBidderListResponseType
constructor
A new instance of GetBidderListResponseType.
- #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, bidder = nil, bidItemArray = nil) ⇒ GetBidderListResponseType
Returns a new instance of GetBidderListResponseType.
11362 11363 11364 11365 11366 11367 11368 11369 11370 11371 11372 11373 11374 11375 11376 11377 11378 11379 11380 11381 |
# File 'lib/eBay.rb', line 11362 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, bidder = nil, bidItemArray = 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 @bidder = bidder @bidItemArray = bidItemArray end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11354 11355 11356 |
# File 'lib/eBay.rb', line 11354 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
11340 11341 11342 |
# File 'lib/eBay.rb', line 11340 def ack @ack end |
#bidder ⇒ Object
Returns the value of attribute bidder.
11355 11356 11357 |
# File 'lib/eBay.rb', line 11355 def bidder @bidder end |
#bidItemArray ⇒ Object
Returns the value of attribute bidItemArray.
11356 11357 11358 |
# File 'lib/eBay.rb', line 11356 def bidItemArray @bidItemArray end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
11352 11353 11354 |
# File 'lib/eBay.rb', line 11352 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
11345 11346 11347 |
# File 'lib/eBay.rb', line 11345 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
11341 11342 11343 |
# File 'lib/eBay.rb', line 11341 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
11347 11348 11349 |
# File 'lib/eBay.rb', line 11347 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
11349 11350 11351 |
# File 'lib/eBay.rb', line 11349 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
11342 11343 11344 |
# File 'lib/eBay.rb', line 11342 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
11353 11354 11355 |
# File 'lib/eBay.rb', line 11353 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
11351 11352 11353 |
# File 'lib/eBay.rb', line 11351 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
11343 11344 11345 |
# File 'lib/eBay.rb', line 11343 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
11346 11347 11348 |
# File 'lib/eBay.rb', line 11346 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
11350 11351 11352 |
# File 'lib/eBay.rb', line 11350 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
11348 11349 11350 |
# File 'lib/eBay.rb', line 11348 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
11339 11340 11341 |
# File 'lib/eBay.rb', line 11339 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
11344 11345 11346 |
# File 'lib/eBay.rb', line 11344 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
11358 11359 11360 |
# File 'lib/eBay.rb', line 11358 def set_any(elements) @__xmlele_any = elements end |