Sha256: 6f552a40a7afc701f1664beaedd6dd1e59d7aaefb5bec672f0bf70c933071062

Contents?: true

Size: 317 Bytes

Versions: 11

Compression:

Stored size: 317 Bytes

Contents

<% if object.has_tag?(:example_response) %>
  <div class="examples">
    <h3>Example Response:</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

11 entries across 11 versions & 3 rubygems

Version Path
yard-rest-1.1.4 templates/default/tags/html/example_response.erb
yard-rest-1.1.3 templates/default/tags/html/example_response.erb
yard-rest-1.1.2 templates/default/tags/html/example_response.erb
yard-rest-1.1.1 templates/default/tags/html/example_response.erb
yard-rest-1.1.0 templates/default/tags/html/example_response.erb
yard-rest-1.0.5 templates/default/tags/html/example_response.erb
yard-rest-1.0.4 templates/default/tags/html/example_response.erb
yard-rest-1.0.3 templates/default/tags/html/example_response.erb
yard-rest-1.0.2 templates/rest/tags/html/example_response.erb
yard-rest-plugin-0.2.5 templates/rest/tags/html/example_response.erb
yard-web-plugin-0.1.2 templates/rest/tags/html/example_response.erb