Class: Webhookdb::AWS::ShimFormatter
- Inherits:
-
Object
- Object
- Webhookdb::AWS::ShimFormatter
- Defined in:
- lib/webhookdb/aws.rb
Instance Method Summary collapse
-
#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.
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.
53 54 55 56 |
# File 'lib/webhookdb/aws.rb', line 53 def format(response) # noinspection RubyMismatchedReturnType return response end |