Method: RightAws::SqsInterface#request_info
- Defined in:
- lib/sqs/right_sqs_interface.rb
#request_info(request, parser) ⇒ Object
Sends request to Amazon and parses the response Raises AwsError if any banana happened
130 131 132 |
# File 'lib/sqs/right_sqs_interface.rb', line 130 def request_info(request, parser) # :nodoc: request_info_impl(:sqs_connection, @@bench, request, parser) end |