Class: EBay::VerifyAddSecondChanceItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::VerifyAddSecondChanceItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVerifyAddSecondChanceItemResponseType
- 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
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.
-
#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, startTime = nil, endTime = nil) ⇒ VerifyAddSecondChanceItemResponseType
constructor
A new instance of VerifyAddSecondChanceItemResponseType.
- #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, startTime = nil, endTime = nil) ⇒ VerifyAddSecondChanceItemResponseType
Returns a new instance of VerifyAddSecondChanceItemResponseType.
19426 19427 19428 19429 19430 19431 19432 19433 19434 19435 19436 19437 19438 19439 19440 19441 19442 19443 19444 19445 |
# File 'lib/eBay.rb', line 19426 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, 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 @startTime = startTime @endTime = endTime end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19418 19419 19420 |
# File 'lib/eBay.rb', line 19418 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
19404 19405 19406 |
# File 'lib/eBay.rb', line 19404 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
19416 19417 19418 |
# File 'lib/eBay.rb', line 19416 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
19409 19410 19411 |
# File 'lib/eBay.rb', line 19409 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
19405 19406 19407 |
# File 'lib/eBay.rb', line 19405 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
19411 19412 19413 |
# File 'lib/eBay.rb', line 19411 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
19413 19414 19415 |
# File 'lib/eBay.rb', line 19413 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
19420 19421 19422 |
# File 'lib/eBay.rb', line 19420 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
19406 19407 19408 |
# File 'lib/eBay.rb', line 19406 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
19417 19418 19419 |
# File 'lib/eBay.rb', line 19417 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
19415 19416 19417 |
# File 'lib/eBay.rb', line 19415 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
19407 19408 19409 |
# File 'lib/eBay.rb', line 19407 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
19410 19411 19412 |
# File 'lib/eBay.rb', line 19410 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
19414 19415 19416 |
# File 'lib/eBay.rb', line 19414 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
19412 19413 19414 |
# File 'lib/eBay.rb', line 19412 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
19419 19420 19421 |
# File 'lib/eBay.rb', line 19419 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
19403 19404 19405 |
# File 'lib/eBay.rb', line 19403 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
19408 19409 19410 |
# File 'lib/eBay.rb', line 19408 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
19422 19423 19424 |
# File 'lib/eBay.rb', line 19422 def set_any(elements) @__xmlele_any = elements end |