Sha256: 57dbe16ed8fc389c8ca919b3a7e3475e01af587361e69eb123cebe463f439af4
Contents?: true
Size: 611 Bytes
Versions: 8
Compression:
Stored size: 611 Bytes
Contents
{% if include.args.size > 0 %} [discrete] ==== Properties [.api-object-properties] -- {% for arg in include.args %} {% assign arg_key = arg[0] | replace: "_","." %} {% capture prop_key %}{{ include.base }}.{{ arg_key }}{% endcapture %} [discrete] ===== `{{ prop_key }}` [horizontal] {%- if arg[1].desc %} usage:: {{ arg[1].desc }} {%- endif %} {%- if arg[1].type %} type:: {{ arg[1].type }} {%- endif %} {%- include string-eval.liquid string=prop_key %} {%- if data_obj %} default:: `{{ data_obj }}` {% endif %} {% endfor %} -- {% else %} No properties found. {% endif %}
Version data entries
8 entries across 8 versions & 2 rubygems