Sha256: d2766b38fe6cdf192f13836ef6d03e9ea750dbf1c85ae42ae5c4b8f1c2ccb9aa
Contents?: true
Size: 480 Bytes
Versions: 5
Compression:
Stored size: 480 Bytes
Contents
# frozen_string_literal: true require 'table_print' module AwsCftTools class Runbook ## # A subclass of the Runbook designed for reporting out status or other information about resources. # class Report < Runbook def run tp(items, columns) end ### # @return [Array<Object>] # def items [] end ### # @return [Array<String>] # def columns [] end end end end
Version data entries
5 entries across 5 versions & 1 rubygems