Sha256: ac7fb02da28a006cd3d6520c709f9f755df69e5f52a4c27a4c7c1bf4f0df3305

Contents?: true

Size: 910 Bytes

Versions: 12

Compression:

Stored size: 910 Bytes

Contents

<div class='method-details'>
  <h2 class='method-details__name'>
    <a
      name='<%= anchor_for(object) %>'
      href='<%= url_for(object) %>'
      class='method-details__name-link'
    >
      <%= object.tag('API').text %>
    </a>

    <% if object.has_tag?('beta') && api_options["use_beta_flag"] %>
      <span
        class="method-details__beta-flag"
        title="This API endpoint is not finalized, and there could be
               breaking changes before its final release."
      >
        BETA
      </span>
    <% end %>

    <% if @props[:path] && !api_options.github_url.to_s.empty? %>
      <span class='method-details__defined-in'>
        <a href="<%= api_options.github_url %>/blob/<%= api_options.github_branch %>/<%= @props[:path] %>">
          <%= "#{@props[:controller]}Controller\##{@props[:action]}" %>
        </a>
      </span>
    <% end %>
  </h2>

  <%= yieldall %>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
yard-api-1.1.2 templates/api/method_details/html/header.erb
yard-api-1.1.1 templates/api/method_details/html/header.erb
yard-api-1.1.0 templates/api/method_details/html/header.erb
yard-api-1.0.1 templates/api/method_details/html/header.erb
yard-api-1.0.0 templates/api/method_details/html/header.erb
yard-api-0.3.7 templates/api/method_details/html/header.erb
yard-api-0.3.6 templates/api/method_details/html/header.erb
yard-api-0.3.5 templates/api/method_details/html/header.erb
yard-api-0.3.4 templates/api/method_details/html/header.erb
yard-api-0.3.3 templates/api/method_details/html/header.erb
yard-api-0.3.2 templates/api/method_details/html/header.erb
yard-api-0.3.1 templates/api/method_details/html/header.erb