Class: EBay::AddSecondChanceItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddSecondChanceItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddSecondChanceItemResponseType
- 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
itemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
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.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#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.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#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, itemID = nil, startTime = nil, endTime = nil) ⇒ AddSecondChanceItemResponseType
constructor
A new instance of AddSecondChanceItemResponseType.
- #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, itemID = nil, startTime = nil, endTime = nil) ⇒ AddSecondChanceItemResponseType
Returns a new instance of AddSecondChanceItemResponseType.
9560 9561 9562 9563 9564 9565 9566 9567 9568 9569 9570 9571 9572 9573 9574 9575 9576 9577 9578 9579 9580 |
# File 'lib/eBay.rb', line 9560 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, itemID = nil, startTime = nil, endTime = 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 @itemID = itemID @startTime = startTime @endTime = endTime end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9551 9552 9553 |
# File 'lib/eBay.rb', line 9551 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9537 9538 9539 |
# File 'lib/eBay.rb', line 9537 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9549 9550 9551 |
# File 'lib/eBay.rb', line 9549 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
9542 9543 9544 |
# File 'lib/eBay.rb', line 9542 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9538 9539 9540 |
# File 'lib/eBay.rb', line 9538 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9544 9545 9546 |
# File 'lib/eBay.rb', line 9544 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9546 9547 9548 |
# File 'lib/eBay.rb', line 9546 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
9554 9555 9556 |
# File 'lib/eBay.rb', line 9554 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
9539 9540 9541 |
# File 'lib/eBay.rb', line 9539 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9550 9551 9552 |
# File 'lib/eBay.rb', line 9550 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9548 9549 9550 |
# File 'lib/eBay.rb', line 9548 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
9552 9553 9554 |
# File 'lib/eBay.rb', line 9552 def itemID @itemID end |
#message ⇒ Object
Returns the value of attribute message.
9540 9541 9542 |
# File 'lib/eBay.rb', line 9540 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9543 9544 9545 |
# File 'lib/eBay.rb', line 9543 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9547 9548 9549 |
# File 'lib/eBay.rb', line 9547 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9545 9546 9547 |
# File 'lib/eBay.rb', line 9545 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
9553 9554 9555 |
# File 'lib/eBay.rb', line 9553 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9536 9537 9538 |
# File 'lib/eBay.rb', line 9536 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9541 9542 9543 |
# File 'lib/eBay.rb', line 9541 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9556 9557 9558 |
# File 'lib/eBay.rb', line 9556 def set_any(elements) @__xmlele_any = elements end |