Sha256: 54a8c0ddb64469c1cbaee3a0406b8de34c99c6a4fe686f9641d1262783a23cb8

Contents?: true

Size: 365 Bytes

Versions: 12

Compression:

Stored size: 365 Bytes

Contents

<table>
  <tr>
    <th>Name</th>
    <th>Type</th>
    <th>Description</th>
    <th>Example</th>
  </tr>
  <%- extract_attributes(schema, params).each do |(key, type, description, example)| %>
  <tr>
    <td><strong><%= key %></strong></td>
    <td><em><%= type %></em></td>
    <td><%= description %></td>
    <td><%= example %></td>
  </tr>
  <%- end %>
</table>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
prmd-0.6.2 lib/prmd/templates/link_schema_properties.erb
prmd-0.6.1 lib/prmd/templates/link_schema_properties.erb
prmd-0.6.0 lib/prmd/templates/link_schema_properties.erb
prmd-0.5.0 lib/prmd/templates/link_schema_properties.erb
prmd-0.4.0 lib/prmd/templates/link_schema_properties.erb
prmd-0.3.2 lib/prmd/templates/link_schema_properties.erb
prmd-0.3.1 lib/prmd/templates/link_schema_properties.erb
prmd-0.3.0 lib/prmd/templates/link_schema_properties.erb
prmd-0.2.0 lib/prmd/views/parameters.erb
prmd-0.1.1 lib/prmd/views/parameters.erb
prmd-0.1.0 lib/prmd/views/parameters.erb
prmd-0.0.1 lib/prmd/views/parameters.erb