Class: SetCartResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetCartResponseType

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

Returns a new instance of SetCartResponseType.



14520
14521
14522
14523
14524
14525
14526
14527
14528
14529
14530
14531
14532
14533
14534
14535
14536
14537
# File 'lib/eBay.rb', line 14520

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.



14513
14514
14515
# File 'lib/eBay.rb', line 14513

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14500
14501
14502
# File 'lib/eBay.rb', line 14500

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14512
14513
14514
# File 'lib/eBay.rb', line 14512

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14505
14506
14507
# File 'lib/eBay.rb', line 14505

def build
  @build
end

#cartObject

Returns the value of attribute cart.



14514
14515
14516
# File 'lib/eBay.rb', line 14514

def cart
  @cart
end

#correlationIDObject

Returns the value of attribute correlationID.



14501
14502
14503
# File 'lib/eBay.rb', line 14501

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14507
14508
14509
# File 'lib/eBay.rb', line 14507

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14509
14510
14511
# File 'lib/eBay.rb', line 14509

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14502
14503
14504
# File 'lib/eBay.rb', line 14502

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14511
14512
14513
# File 'lib/eBay.rb', line 14511

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14503
14504
14505
# File 'lib/eBay.rb', line 14503

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14506
14507
14508
# File 'lib/eBay.rb', line 14506

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14510
14511
14512
# File 'lib/eBay.rb', line 14510

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14508
14509
14510
# File 'lib/eBay.rb', line 14508

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14499
14500
14501
# File 'lib/eBay.rb', line 14499

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14504
14505
14506
# File 'lib/eBay.rb', line 14504

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14516
14517
14518
# File 'lib/eBay.rb', line 14516

def set_any(elements)
  @__xmlele_any = elements
end