Class: EBay::DisableUnpaidItemAssistanceResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::DisableUnpaidItemAssistanceResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDisableUnpaidItemAssistanceResponseType
- 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
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.
-
#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) ⇒ DisableUnpaidItemAssistanceResponseType
constructor
A new instance of DisableUnpaidItemAssistanceResponseType.
- #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) ⇒ DisableUnpaidItemAssistanceResponseType
Returns a new instance of DisableUnpaidItemAssistanceResponseType.
10511 10512 10513 10514 10515 10516 10517 10518 10519 10520 10521 10522 10523 10524 10525 10526 10527 10528 |
# File 'lib/eBay.rb', line 10511 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) @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 end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
10505 10506 10507 |
# File 'lib/eBay.rb', line 10505 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
10491 10492 10493 |
# File 'lib/eBay.rb', line 10491 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
10503 10504 10505 |
# File 'lib/eBay.rb', line 10503 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
10496 10497 10498 |
# File 'lib/eBay.rb', line 10496 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
10492 10493 10494 |
# File 'lib/eBay.rb', line 10492 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
10498 10499 10500 |
# File 'lib/eBay.rb', line 10498 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
10500 10501 10502 |
# File 'lib/eBay.rb', line 10500 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
10493 10494 10495 |
# File 'lib/eBay.rb', line 10493 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
10504 10505 10506 |
# File 'lib/eBay.rb', line 10504 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
10502 10503 10504 |
# File 'lib/eBay.rb', line 10502 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
10494 10495 10496 |
# File 'lib/eBay.rb', line 10494 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
10497 10498 10499 |
# File 'lib/eBay.rb', line 10497 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
10501 10502 10503 |
# File 'lib/eBay.rb', line 10501 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
10499 10500 10501 |
# File 'lib/eBay.rb', line 10499 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
10490 10491 10492 |
# File 'lib/eBay.rb', line 10490 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
10495 10496 10497 |
# File 'lib/eBay.rb', line 10495 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
10507 10508 10509 |
# File 'lib/eBay.rb', line 10507 def set_any(elements) @__xmlele_any = elements end |