Class: Amazon::AWS::ShoppingCart::CartOperation

Inherits:
Operation
  • Object
show all
Defined in:
lib/ruby-paa/aws/shoppingcart.rb

Overview

:nodoc:

Direct Known Subclasses

CartClear, CartCreate, CartGet

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 Operation

#batch, #initialize, #response_group_orig=

Constructor Details

This class inherits a constructor from Amazon::AWS::Operation

Instance Method Details

#query_parametersObject



404
405
406
407
# File 'lib/ruby-paa/aws/shoppingcart.rb', line 404

def query_parameters
  @params.merge!( { 'Operation' => @kind,
		    'ResponseGroup' => @response_group } )
end