build_tools/aws-sdk-code-generator/templates/method.mustache (
7
lines of code) (
raw
):
{{> documentation}} def {{method_name}}{{#arguments}}({{{.}}}){{/arguments}} {{> code}} end {{#alias}} alias {{alias}} {{method_name}} {{/alias}}