Class: Amazon::AWS::ShoppingCart::CartAdd

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

Overview

Worker class used by Cart#cart_add.

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

#initialize(id_type, item_id, quantity, *more_items) ⇒ CartAdd

Add new item(s) to a cart.



484
485
486
# File 'lib/ruby-paa/aws/shoppingcart.rb', line 484

def initialize(id_type, item_id, quantity, *more_items)
  super( id_type, item_id, quantity, false, nil, *more_items )
end