Class: ChannelAdvisor::CartServiceSOAP::DeleteCartResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/cart_service/types.rb

Overview

http://api.channeladvisor.com/webservices/DeleteCartResponse

deleteCartResult - ChannelAdvisor::CartServiceSOAP::APIResultOfInt32

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (DeleteCartResponse) initialize(deleteCartResult = nil)

A new instance of DeleteCartResponse



312
313
314
# File 'lib/channel_advisor/cart_service/types.rb', line 312

def initialize(deleteCartResult = nil)
  @deleteCartResult = deleteCartResult
end

Instance Attribute Details

- (Object) deleteCartResult

Returns the value of attribute deleteCartResult



310
311
312
# File 'lib/channel_advisor/cart_service/types.rb', line 310

def deleteCartResult
  @deleteCartResult
end