Sha256: 1f35bfabf98dd9ab7f5ef32afe304846a08a349fc2e65edb51f0b2e9d9c04876

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 Bytes

Contents

<% if object.has_tag?(:example_response) %>
  <div class="examples">
    <h3>Example Respones:</h3>
    <% object.tags(:example_response).each do |tag| %>
      <h4><%= htmlify_line(tag.name) %></h4>
      <pre class="example code"><%= html_syntax_highlight(tag.text, :plain) %></pre>
    <% end %>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yard-rest-plugin-0.1.3 templates/rest/tags/html/example_response.erb
yard-rest-plugin-0.1.2 templates/rest/tags/html/example_response.erb
yard-rest-plugin-0.1.1 templates/rest/tags/html/example_response.erb
yard-rest-plugin-0.1.0 templates/rest/tags/html/example_response.erb