Class: Mantra::Commands::RenderReleaseTemplate
- Inherits:
-
Mantra::Command
- Object
- Mantra::Command
- Mantra::Commands::RenderReleaseTemplate
- Defined in:
- lib/mantra/commands/render_release_template.rb
Instance Attribute Summary
Attributes inherited from Mantra::Command
Instance Method Summary collapse
Methods inherited from Mantra::Command
description, full_description, #initialize, option, option_descriptors, #parse_options, #run, usage
Methods included from Helpers::ObjectWithType
Constructor Details
This class inherits a constructor from Mantra::Command
Instance Method Details
#perform ⇒ Object
16 17 18 19 |
# File 'lib/mantra/commands/render_release_template.rb', line 16 def perform # see this gist: https://gist.github.com/allomov/c2e7780384674fa85486cc3c3f6bf54f raise "Not implemented yet" end |