Sha256: 2378a08f12db700fe92dfc42eceda844d097bcdeee4960dfcdcb6df522e09387

Contents?: true

Size: 592 Bytes

Versions: 5

Compression:

Stored size: 592 Bytes

Contents

%h2
  %a{:href => "/api/docs/#{@collection.name.to_s}"} #{@collection.name.to_s.titlecase}
  #{'::'}
  #{@operation.name}

%p #{@operation.description}

%br
%h3
  URL:
  %u
    = "/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

5 entries across 5 versions & 1 rubygems

Version Path
deltacloud-core-0.0.5 views/docs/operation.html.haml
deltacloud-core-0.0.4 views/docs/operation.html.haml
deltacloud-core-0.0.3 views/docs/operation.html.haml
deltacloud-core-0.0.2 views/docs/operation.html.haml
deltacloud-core-0.0.1 views/docs/operation.html.haml