class StackMaster::Commands::ListStacks

Public Instance Methods

perform() click to toggle source
# 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