Method: Sfn::CommandModule::Base::InstanceMethods#custom_stack_types

Defined in:
lib/sfn/command_module/base.rb

#custom_stack_typesArray<String>

Returns:

  • (Array<String>)


17
18
19
# File 'lib/sfn/command_module/base.rb', line 17

def custom_stack_types
  [config.fetch(:stack_types, [])].flatten.compact
end