Method: Aws::SdbInterface#request_info
- Defined in:
- lib/sdb/sdb_interface.rb
#request_info(request, parser, options = {}) ⇒ Object
Sends request to Amazon and parses the response Raises AwsError if any banana happened
104 105 106 107 108 |
# File 'lib/sdb/sdb_interface.rb', line 104 def request_info(request, parser, ={}) #:nodoc: # request_info2(request, parser, :sdb_connection) request_info2(request, parser, @params, :sdb_connection, @logger, @@bench, ) end |