Class: RespondToWantItNowPostResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToWantItNowPostResponseType

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

Returns a new instance of RespondToWantItNowPostResponseType.



14048
14049
14050
14051
14052
14053
14054
14055
14056
14057
14058
14059
14060
14061
14062
14063
14064
# File 'lib/eBay.rb', line 14048

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.



14042
14043
14044
# File 'lib/eBay.rb', line 14042

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14029
14030
14031
# File 'lib/eBay.rb', line 14029

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14041
14042
14043
# File 'lib/eBay.rb', line 14041

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14034
14035
14036
# File 'lib/eBay.rb', line 14034

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14030
14031
14032
# File 'lib/eBay.rb', line 14030

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14036
14037
14038
# File 'lib/eBay.rb', line 14036

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14038
14039
14040
# File 'lib/eBay.rb', line 14038

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14031
14032
14033
# File 'lib/eBay.rb', line 14031

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14040
14041
14042
# File 'lib/eBay.rb', line 14040

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14032
14033
14034
# File 'lib/eBay.rb', line 14032

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14035
14036
14037
# File 'lib/eBay.rb', line 14035

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14039
14040
14041
# File 'lib/eBay.rb', line 14039

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14037
14038
14039
# File 'lib/eBay.rb', line 14037

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14028
14029
14030
# File 'lib/eBay.rb', line 14028

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14033
14034
14035
# File 'lib/eBay.rb', line 14033

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14044
14045
14046
# File 'lib/eBay.rb', line 14044

def set_any(elements)
  @__xmlele_any = elements
end