Sha256: 792e6b91facdcd43375c06c24a496c3c63e397f506230d00acb551f18960172f

Contents?: true

Size: 433 Bytes

Versions: 45

Compression:

Stored size: 433 Bytes

Contents

<% scopes(attr_listing) do |list, scope| %>
  <div id="<%= scope %>_attr_details" class="attr_details">
    <h2><%= scope.to_s.capitalize %> Attribute Details</h2>
    <% list.each_with_index do |meth, i| %>
      <% rw = meth.attr_info %>
      <span id="<%= anchor_for(rw[:write]) %>"></span>
      <span id="<%= anchor_for(rw[:read]) %>"></span>
      <%= yieldall :object => meth, :index => i %>
    <% end %>
  </div>
<% end %>

Version data entries

45 entries across 45 versions & 4 rubygems

Version Path
challah-0.6.2 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.6.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.6.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.5.4 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.5.3 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.5.2 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.5.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.5.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.4.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.4.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.3.5 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.3.4 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.3.3 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.3.2 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.3.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.3.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.2.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
challah-0.2.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/html/attribute_details.erb
yard-0.7.5 templates/default/module/html/attribute_details.erb
nutshell-crm-0.0.6.alpha vendor/bundle/gems/yard-0.7.4/templates/default/module/html/attribute_details.erb