Top Level Namespace
Defined Under Namespace
Modules: ActionDoc, HashExt, TableLayouts Classes: Action, Input
Constant Summary collapse
- INPUTS_HEADERS =
Input.members.map { |s| s.to_s.capitalize }.freeze
- DEFAULT_TEMPLATE =
<<~ERB <%= action.name %> ==== <%= action.description %> <%= inputs_section -%> ERB
- TEMPLATE_WITHOUT_INPUTS =
<<~ERB <%= action.name %> ==== <%= action.description %> ## Inputs This action has no inputs. ERB