Class: StackMaster::Commands::ListStacks
- Inherits:
-
Object
- Object
- StackMaster::Commands::ListStacks
- Includes:
- Commander::UI, StackMaster::Command, TerminalHelper
- Defined in:
- lib/stack_master/commands/list_stacks.rb
Instance Method Summary collapse
Methods included from TerminalHelper
#unix_window_size, #window_size, #windows_window_size
Methods included from StackMaster::Command
included, #initialize, #success?
Instance Method Details
#perform ⇒ Object
10 11 12 13 |
# File 'lib/stack_master/commands/list_stacks.rb', line 10 def perform tp.set :max_width, self.window_size tp @config.stacks, :region, :stack_name end |