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

Version Path
steamcannon-deltacloud-core-0.1.2.1 views/docs/operation.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/docs/operation.html.haml
deltacloud-core-0.1.2 views/docs/operation.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/docs/operation.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/docs/operation.html.haml
deltacloud-core-0.1.1 views/docs/operation.html.haml
deltacloud-core-0.1.0 views/docs/operation.html.haml
deltacloud-core-0.0.9 views/docs/operation.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/docs/operation.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/docs/operation.html.haml
deltacloud-core-0.0.8 views/docs/operation.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/docs/operation.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/docs/operation.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/docs/operation.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/docs/operation.html.haml
deltacloud-core-0.0.7 views/docs/operation.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/docs/operation.html.haml
bbrowning-deltacloud-core-0.0.6-java views/docs/operation.html.haml
bbrowning-deltacloud-core-0.0.6 views/docs/operation.html.haml
deltacloud-core-0.0.6 views/docs/operation.html.haml