Sha256: 7cb01a4b471cfb5a442370b40d59ed6cfa663d7ed29e74e234400acc2d185c92
Contents?: true
Size: 834 Bytes
Versions: 8
Compression:
Stored size: 834 Bytes
Contents
%h3= path[1..-1] %h4 Operations %table{:width => '100%'} %thead %tr %td Name %td Description %td Returns %td{:colspan => 5} Arguments %tr %td %td %td %td Index %td Name %td Description %td Type %td Default Value %tbody - bean.bean_each_operation do |operation| %tr %td= link_to_operation(path, operation) %td= operation.description %td= operation.type.to_s %td %td %td %td - operation.arguments.each_with_index do |arg, i| %tr %td %td %td %td= i+1 %td= arg.name %td= arg.description %td= arg.type %td= arg.default_value
Version data entries
8 entries across 8 versions & 1 rubygems