Sha256: e841a16a332c069040097fdeb12091d9b6ff37cf34e0884634f9f010696c1da9
Contents?: true
Size: 703 Bytes
Versions: 3
Compression:
Stored size: 703 Bytes
Contents
{% if page.fields %} <h3>Member Fields</h3> <table class='definition-table'> <tr class='headers'> <th>Field</th> <th>Type</th> <th>Notes</th> </tr> {% for type in page.fields %} <tr> <td class='field'>{{ type[0] }}</td> <td class='decl'>{{ type[1].type | escape }}</td> {% if type[1].description or type[1].annotation %} <td class='defn'> {{ type[1].description | markdownify }} {% if type[1].annotation %} <span class='annotation'>({{ type[1].annotation | join: ", " }})</span> {% endif %} </td> {% endif %} </tr> {% endfor %} </table> {% endif %}
Version data entries
3 entries across 3 versions & 1 rubygems