Class: Amazon::AWS::ShoppingCart::CartClear

Inherits:
CartOperation show all
Defined in:
lib/ruby-paa/aws/shoppingcart.rb

Overview

Worker class used by Cart#cart_clear.

Constant Summary

Constants inherited from Operation

Operation::OPERATIONS

Instance Attribute Summary

Attributes inherited from Operation

#kind, #params, #response_group

Instance Method Summary collapse

Methods inherited from CartOperation

#query_parameters

Methods inherited from Operation

#batch, #query_parameters, #response_group_orig=

Constructor Details

#initializeCartClear

Remove all items from a cart.



513
514
515
# File 'lib/ruby-paa/aws/shoppingcart.rb', line 513

def initialize
  super( {} )
end