X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=doc%2Fetc%2Frpc-help_erb.html;fp=doc%2Fetc%2Frpc-help_erb.html;h=84be99698435b825f1a39cd4237177570f5420a1;hb=7c9314f502cde8daad23b61d10b24a542e04154a;hp=0000000000000000000000000000000000000000;hpb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;p=packages%2Fprecise%2Fmcollective.git diff --git a/doc/etc/rpc-help_erb.html b/doc/etc/rpc-help_erb.html new file mode 100644 index 0000000..84be996 --- /dev/null +++ b/doc/etc/rpc-help_erb.html @@ -0,0 +1,370 @@ + + + + + + + + File: rpc-help.erb [mcollective version 2.3.3] + + + + + + + + + + +
+
+ + + + + +
+

Class Index + [+]

+
+
+ Quicksearch + +
+
+ + + +
+ + +
+
+ +
+

+<%= metastring %> ACTIONS: +

+
==
+
+   <%= entities.keys.sort.join(", ") %>
+
+

+% entities.keys.sort.each do |action| +

+
+   <%= action %> action:
+   <% (action.size + 8).times do %>-<% end %>
+       <%= entities[action][:description] %>
+
+       INPUT:
+
+

+% if entities[action][:input].size > 0 % +entities[action][:input].keys.sort.each do |input| +

+
+           <%= input %>:
+              Description: <%= entities[action][:input][input][:description] %>
+                   Prompt: <%= entities[action][:input][input][:prompt] %>
+                     Type: <%= entities[action][:input][input][:type] %>
+                 Optional: <%= !!entities[action][:input][input][:optional] %>
+
+

+% if entities[action][:input][input][:type] == :string +

+
+               Validation: <%= entities[action][:input][input][:validation] %>
+                   Length: <%= entities[action][:input][input][:maxlength] %>
+
+

+% elsif entities[action][:input][input][:type] == :list +

+
+             Valid Values: <%= entities[action][:input][input][:list].join(", ") %>
+
+

+% end % if entities[action][:input][input][:default] +

+
+            Default Value: <%= entities[action][:input][input][:default] %>
+
+

+% end +

+

+% end % else +

+
+          This action does not have any inputs
+
+

+% end +

+
+       OUTPUT:
+
+

+% entities[action][:output].keys.sort.each do |output| +

+
+           <%= output %>:
+              Description: <%= entities[action][:output][output][:description] %>
+               Display As: <%= entities[action][:output][output][:display_as] %>
+
+

+% if entities[action][:output][output][:default] +

+
+            Default Value: <%= entities[action][:output][output][:default] %>
+
+

+% end +

+

+% end % end +

+ +
+ +
+

[Validate]

+

Generated with the Darkfish + Rdoc Generator 1.1.6.

+
+ + +