Sha256: 834c1a2b1e1c99e163bbbda9289c2adcce0625ec24778c4e54e1ac55d2c77aef
Contents?: true
Size: 494 Bytes
Versions: 4
Compression:
Stored size: 494 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.namespace.attributes[meth.scope][meth.name.to_s.gsub(/=$/, '').to_sym] %> <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
4 entries across 4 versions & 1 rubygems