Class: Webhookdb::AWS::ShimFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/webhookdb/aws.rb

Instance Method Summary collapse

Instance Method Details

#format(response) ⇒ String

Normally this must return a string, but we need to have it return a raw response for use in the shim logger.

Parameters:

  • response (Seahorse::Client::Response)

Returns:

  • (String)


53
54
55
56
# File 'lib/webhookdb/aws.rb', line 53

def format(response)
  # noinspection RubyMismatchedReturnType
  return response
end