Sha256: 32aec7e6e278880dffdd4e1b3dc032f25a659728b6722cb5751aefadd8cd4409
Contents?: true
Size: 841 Bytes
Versions: 25
Compression:
Stored size: 841 Bytes
Contents
%h2 = @collection.name.to_s.titlecase %p #{@collection.description} %br %h3 Operations: %table %thead %tr %th Name %th Description %tbody - @operations.keys.sort_by { |k| k.to_s }.each do |operation| %tr %td{:style => "width:15em"} %a{:href => url_for("/api/docs/#{@collection.name.to_s}/#{operation}")} #{operation} %td{:style => "width:10em"} #{@operations[operation].description} %h3 Features: %table %thead %tr %th Name %th Description %th Modified Operations %tbody - @features.sort_by { |f| f.name.to_s }.each do |feature| %tr %td= feature.name %td= feature.description %td - feature.operations.each do |op| %a{:href => url_for("/api/docs/#{@collection.name.to_s}/#{op.name}")} #{op.name}
Version data entries
25 entries across 25 versions & 3 rubygems