Sha256: 848be3d2e78a2c6eee4fc65ce826a03a2e4f279a676da6453cd0d90d1c63889b
Contents?: true
Size: 585 Bytes
Versions: 6
Compression:
Stored size: 585 Bytes
Contents
<h2>Contents</h2> <p> Every output parameter is represented by a read-only file. The directory is empty until the action has been executed. </p> <table class="table table-striped table-bordered table-hover"> <tr> <th>Name</th> <th>Label</th> <th>Data type</th> <th>Description</th> </tr> <% @c.parameters.each do |name, desc| %> <tr> <td><%= name %></td> <td><%= desc[:label] %></td> <td><%= desc[:type] %></td> <td><%= desc[:description] %></td> </tr> <% end -%> </table>
Version data entries
6 entries across 6 versions & 1 rubygems