Class: GetCartResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCartResponseType

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
cart - CartType

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, cart = nil) ⇒ GetCartResponseType

Returns a new instance of GetCartResponseType.



8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
# File 'lib/eBay.rb', line 8956

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, cart = 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
  @cart = cart
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8949
8950
8951
# File 'lib/eBay.rb', line 8949

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8936
8937
8938
# File 'lib/eBay.rb', line 8936

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



8948
8949
8950
# File 'lib/eBay.rb', line 8948

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8941
8942
8943
# File 'lib/eBay.rb', line 8941

def build
  @build
end

#cartObject

Returns the value of attribute cart.



8950
8951
8952
# File 'lib/eBay.rb', line 8950

def cart
  @cart
end

#correlationIDObject

Returns the value of attribute correlationID.



8937
8938
8939
# File 'lib/eBay.rb', line 8937

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8943
8944
8945
# File 'lib/eBay.rb', line 8943

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8945
8946
8947
# File 'lib/eBay.rb', line 8945

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8938
8939
8940
# File 'lib/eBay.rb', line 8938

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8947
8948
8949
# File 'lib/eBay.rb', line 8947

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8939
8940
8941
# File 'lib/eBay.rb', line 8939

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8942
8943
8944
# File 'lib/eBay.rb', line 8942

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8946
8947
8948
# File 'lib/eBay.rb', line 8946

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8944
8945
8946
# File 'lib/eBay.rb', line 8944

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8935
8936
8937
# File 'lib/eBay.rb', line 8935

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8940
8941
8942
# File 'lib/eBay.rb', line 8940

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8952
8953
8954
# File 'lib/eBay.rb', line 8952

def set_any(elements)
  @__xmlele_any = elements
end