Sha256: abe1c1794e51feef62895acfb345596a68a8a2a59f5c2e51fdaadad981732313
Contents?: true
Size: 526 Bytes
Versions: 5
Compression:
Stored size: 526 Bytes
Contents
<%= object.type %> <%= h object.name %> <% if show_full_info? %> | <% object.attributes.each do |scope, list| %> <% list.each do |name, rw| %> <%= uml_visibility(rw.values.compact.first) %> <%= h rw.values.compact.first.name(true) %> [<%= 'R' if rw[:read] %><%= 'W' if rw[:write] %>]\l <% end %> <% end %> | <% method_list(object).each do |obj| %> <%= uml_visibility obj %> <%= h obj.name(true) %> <%= h(" : #{obj.tag(:return).types.first}") if obj.has_tag?(:return) && obj.tag(:return).types.size > 0 %>\l <% end %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems