Method: RightAws::AcfInterface#request_info

Defined in:
lib/acf/right_acf_interface.rb

#request_info(request, parser, &block) ⇒ Object

Sends request to Amazon and parses the response. Raises AwsError if any banana happened.



149
150
151
# File 'lib/acf/right_acf_interface.rb', line 149

def request_info(request, parser, &block) # :nodoc:
  request_info_impl(:acf_connection, @@bench, request, parser, &block)
end