Sha256: 4ed81465d8db4fbbace82f98646a7c9afbe4d57983b6c63ecdfe4e88f347c5a7

Contents?: true

Size: 786 Bytes

Versions: 4

Compression:

Stored size: 786 Bytes

Contents

%h3= path[1..-1]
%h4 Operations
%table{:width => '100%'}
  %thead
    %tr
      %td Name
      %td Description
      %td Returns
      %td{:colspan => 4} Arguments
    %tr
      %td  
      %td  
      %td  
      %td Index
      %td Name
      %td Description
      %td Type
  %tbody
    - bean.bean_each_operation do |operation, rel_path|
      %tr
        %td= link_to_operation(path, rel_path)
        %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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rumx-0.0.4 lib/rumx/server/views/content_operations.haml
rumx-0.0.3 lib/rumx/server/views/content_operations.haml
rumx-0.0.2 lib/rumx/server/views/content_operations.haml
rumx-0.0.1 lib/rumx/server/views/content_operations.haml