Sha256: c82a0e98eb74e78ff34f67e01959519be9496dad2d42abff8b767cc728f9356a
Contents?: true
Size: 377 Bytes
Versions: 997
Compression:
Stored size: 377 Bytes
Contents
module Aws module Resources class Documenter class OperationDocumenter < BaseOperationDocumenter def docstring @api_request.documentation end def return_tag @yard_client_operation.tags.each do |tag| return tag if tag.tag_name == 'return' end nil end end end end end
Version data entries
997 entries across 997 versions & 2 rubygems