Class: ReviseCheckoutStatusResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsReviseCheckoutStatusResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType

Instance Attribute Summary collapse

Instance Method Summary collapse

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) ⇒ ReviseCheckoutStatusResponseType

Returns a new instance of ReviseCheckoutStatusResponseType.



14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
14113
14114
14115
14116
14117
14118
14119
# File 'lib/eBay.rb', line 14103

def 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)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14097
14098
14099
# File 'lib/eBay.rb', line 14097

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14084
14085
14086
# File 'lib/eBay.rb', line 14084

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14096
14097
14098
# File 'lib/eBay.rb', line 14096

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14089
14090
14091
# File 'lib/eBay.rb', line 14089

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14085
14086
14087
# File 'lib/eBay.rb', line 14085

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14091
14092
14093
# File 'lib/eBay.rb', line 14091

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14093
14094
14095
# File 'lib/eBay.rb', line 14093

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14086
14087
14088
# File 'lib/eBay.rb', line 14086

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14095
14096
14097
# File 'lib/eBay.rb', line 14095

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14087
14088
14089
# File 'lib/eBay.rb', line 14087

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14090
14091
14092
# File 'lib/eBay.rb', line 14090

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14094
14095
14096
# File 'lib/eBay.rb', line 14094

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14092
14093
14094
# File 'lib/eBay.rb', line 14092

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14083
14084
14085
# File 'lib/eBay.rb', line 14083

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14088
14089
14090
# File 'lib/eBay.rb', line 14088

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14099
14100
14101
# File 'lib/eBay.rb', line 14099

def set_any(elements)
  @__xmlele_any = elements
end