Method: Stackster::StackFormater#display
- Defined in:
- lib/stackster/stack/stack_formater.rb
#display ⇒ Object
9 10 11 12 13 14 15 16 17 |
# File 'lib/stackster/stack/stack_formater.rb', line 9 def display { 'attributes' => stack_reader.attributes, 'status' => stack_reader.status, 'outputs' => stack_reader.outputs, 'events' => stack_reader.events(3), 'resources' => stack_reader.resources, } end |