e7a3ba017187b02466e70b9662eb34e73a813903
[packages/precise/mcollective.git] / spec / unit / generators / snippets / agent_ddl
1 metadata
2 action "action1", :description => "%ACTIONDESCRIPTION%" do
3      # Example Input
4      input :name,
5            :prompt => "%PROMPT%",
6            :description => "%DESCRIPTION%",
7            :type => %TYPE%,
8            :validation => '%VALIDATION%',
9            :optional => %OPTIONAL%,
10            :maxlength => %MAXLENGTH%
11
12      # Example output
13      output :name,
14             :description => "%DESCRIPTION%",
15             :display_as => "%DISPLAYAS%"
16 end
17
18 action "action2", :description => "%ACTIONDESCRIPTION%" do
19 end