Sha256: 98532210063650189165cd81c692c701fb5601f4c4a29166e026c3e7c1154ebc

Contents?: true

Size: 249 Bytes

Versions: 5

Compression:

Stored size: 249 Bytes

Contents

#action method with description as first argument, block as second arg

action "this is an example action" { |a|

  a.name "my first action"
  a.namespace "example"
  a.attributes ["repo", "example_attribute"]
  a.finishes ["success", "failure"]

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spline-0.0.16 lib/spline/templates/my_first_action.tt
spline-0.0.15 lib/spline/templates/my_first_action.tt
spline-0.0.14 lib/spline/templates/my_first_action.tt
spline-0.0.13 lib/spline/templates/my_first_action.tt
spline-0.0.12 lib/spline/templates/my_first_action.tt