Sha256: ad237e9c47e6b1a885ee7bedd07a12c2baf37bbcf9167991fc86fe67dd20703d
Contents?: true
Size: 433 Bytes
Versions: 5
Compression:
Stored size: 433 Bytes
Contents
> Attributes: ------------- <% ['class', 'instance'].select {|s| object.attributes[s].length > 0 }.each do |scope| %> <% object.attributes[scope].sort_by {|o| o.to_s.downcase }.each do |name, rw| %> <%= uml_visibility rw.values.compact.first %> <%= name %><%= " " if scope == 'class' %> [<%= ['read', 'write'].map {|t| rw[t] ? t[0,1].upcase : ' ' }.compact.join %>] (<%= rw.values.compact.first.visibility %>) <% end %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems