Sha256: 2213e3f6403c6b6cda4f07aba4db6c6bd8fc0fb5d20f3b71164d701fdee8a024
Contents?: true
Size: 610 Bytes
Versions: 24
Compression:
Stored size: 610 Bytes
Contents
%h2 %a{:href => url_for("/api/docs/#{@collection.name.to_s}")} #{@collection.name.to_s.titlecase} #{'::'} #{@operation.name} %p #{@operation.description} %br %h3 URL: %u = url_for("/api/#{@collection.name.to_s}/#{@operation.name.to_s}") %br %h3 Parameters: %table %thead %tr %th Name %th Type %th Class %th Valid values %tbody - @operation.each_param do |p| %tr %td{:style => "width:15em"} %em #{p.name} %td{:style => "width:10em"} #{p.type} %td #{p.klass} %td{:style => "width:10em"} #{p.options.join(',')}
Version data entries
24 entries across 24 versions & 3 rubygems