Class: Makit::Configuration::DotNetProject

Inherits:
Object
  • Object
show all
Defined in:
lib/makit/configuration/dotnet_project.rb

Overview

Project configuration management

Instance Attribute Summary collapse

Instance Attribute Details

#frameworksObject

Returns the value of attribute frameworks.



9
10
11
# File 'lib/makit/configuration/dotnet_project.rb', line 9

def frameworks
  @frameworks
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/makit/configuration/dotnet_project.rb', line 9

def name
  @name
end

#output_dirObject

Returns the value of attribute output_dir.



9
10
11
# File 'lib/makit/configuration/dotnet_project.rb', line 9

def output_dir
  @output_dir
end

#templateObject

Returns the value of attribute template.



9
10
11
# File 'lib/makit/configuration/dotnet_project.rb', line 9

def template
  @template
end