class AwsCftTools::Runbook::Report

A subclass of the Runbook designed for reporting out status or other information about resources.

Public Instance Methods

columns() click to toggle source

@return [Array<String>]

# File lib/aws_cft_tools/runbook/report.rb, line 25
def columns
  []
end
items() click to toggle source

@return [Array<Object>]

# File lib/aws_cft_tools/runbook/report.rb, line 18
def items
  []
end
run() click to toggle source
# File lib/aws_cft_tools/runbook/report.rb, line 11
def run
  tp(items, columns)
end