Class: Makit::Configuration::DotNetProject
- Inherits:
-
Object
- Object
- Makit::Configuration::DotNetProject
- Defined in:
- lib/makit/configuration/dotnet_project.rb
Overview
Project configuration management
Instance Attribute Summary collapse
-
#frameworks ⇒ Object
Returns the value of attribute frameworks.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#frameworks ⇒ Object
Returns the value of attribute frameworks.
9 10 11 |
# File 'lib/makit/configuration/dotnet_project.rb', line 9 def frameworks @frameworks end |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/makit/configuration/dotnet_project.rb', line 9 def name @name end |
#output_dir ⇒ Object
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 |
#template ⇒ Object
Returns the value of attribute template.
9 10 11 |
# File 'lib/makit/configuration/dotnet_project.rb', line 9 def template @template end |