Class: AddToItemDescriptionResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddToItemDescriptionResponseType

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

Returns a new instance of AddToItemDescriptionResponseType.



7978
7979
7980
7981
7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
# File 'lib/eBay.rb', line 7978

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.



7972
7973
7974
# File 'lib/eBay.rb', line 7972

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7959
7960
7961
# File 'lib/eBay.rb', line 7959

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



7971
7972
7973
# File 'lib/eBay.rb', line 7971

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



7964
7965
7966
# File 'lib/eBay.rb', line 7964

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7960
7961
7962
# File 'lib/eBay.rb', line 7960

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7966
7967
7968
# File 'lib/eBay.rb', line 7966

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7968
7969
7970
# File 'lib/eBay.rb', line 7968

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7961
7962
7963
# File 'lib/eBay.rb', line 7961

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7970
7971
7972
# File 'lib/eBay.rb', line 7970

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7962
7963
7964
# File 'lib/eBay.rb', line 7962

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7965
7966
7967
# File 'lib/eBay.rb', line 7965

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7969
7970
7971
# File 'lib/eBay.rb', line 7969

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7967
7968
7969
# File 'lib/eBay.rb', line 7967

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7958
7959
7960
# File 'lib/eBay.rb', line 7958

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7963
7964
7965
# File 'lib/eBay.rb', line 7963

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7974
7975
7976
# File 'lib/eBay.rb', line 7974

def set_any(elements)
  @__xmlele_any = elements
end