Class: Minke::Generators::BuildSettings

Inherits:
Object
  • Object
show all
Defined in:
lib/minke/generators/config.rb

Overview

BuildSettings contains the commands and settings used to build and test your code, these are not related to template generation but when Minke is used to build source created from a template.

Instance Attribute Summary collapse

Instance Attribute Details

#build_commandsObject

Instance of Minke::Generators::BuildCommands



59
60
61
# File 'lib/minke/generators/config.rb', line 59

def build_commands
  @build_commands
end

#docker_settingsObject

Instance of Minke::Generators::DockerSettings



63
64
65
# File 'lib/minke/generators/config.rb', line 63

def docker_settings
  @docker_settings
end