Method: Sfn::CommandModule::Base::InstanceMethods#default_attributes
- Defined in:
- lib/sfn/command_module/base.rb
#default_attributes ⇒ Array<String>
Returns default attributes to display.
108 109 110 |
# File 'lib/sfn/command_module/base.rb', line 108 def default_attributes %w(timestamp stack_name id) end |