Class: Cuber::Commands::Run
- Inherits:
-
Object
- Object
- Cuber::Commands::Run
- Includes:
- Utils
- Defined in:
- lib/cuber/commands/run.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options) ⇒ Run
constructor
A new instance of Run.
Methods included from Utils
Constructor Details
#initialize(options) ⇒ Run
Returns a new instance of Run.
5 6 7 |
# File 'lib/cuber/commands/run.rb', line 5 def initialize @options = end |
Instance Method Details
#execute ⇒ Object
9 10 11 12 |
# File 'lib/cuber/commands/run.rb', line 9 def execute set_current_release kubeexec command end |