Sha256: 87c8eb6a5882562ca5afaace49f703c555910b6fcf950fb0debbb2faabeefcc3

Contents?: true

Size: 318 Bytes

Versions: 4

Compression:

Stored size: 318 Bytes

Contents

<% if object.has_tag?(:example_response) %>
  <div class="examples">
    <h3>Example Responses:</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.2.1 templates/rest/tags/html/example_response.erb
yard-rest-plugin-0.2.0 templates/rest/tags/html/example_response.erb
yard-rest-plugin-0.1.5 templates/rest/tags/html/example_response.erb
yard-rest-plugin-0.1.4 templates/rest/tags/html/example_response.erb