Class: Project
- Inherits:
-
Object
- Object
- Project
- Defined in:
- lib/canuby/project.rb
Overview
Holds all properties a Project has.
Instance Attribute Summary collapse
-
#build_tool ⇒ Object
Returns the value of attribute build_tool.
-
#output_dir ⇒ Object
Returns the value of attribute output_dir.
-
#outputs ⇒ Object
Returns the value of attribute outputs.
-
#path ⇒ Object
Returns the value of attribute path.
-
#project_file ⇒ Object
Returns the value of attribute project_file.
-
#url ⇒ Object
Returns the value of attribute url.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize ⇒ Project
constructor
A new instance of Project.
Constructor Details
#initialize ⇒ Project
Returns a new instance of Project
25 |
# File 'lib/canuby/project.rb', line 25 def initialize; end |
Instance Attribute Details
#build_tool ⇒ Object
Returns the value of attribute build_tool
22 23 24 |
# File 'lib/canuby/project.rb', line 22 def build_tool @build_tool end |
#output_dir ⇒ Object
Returns the value of attribute output_dir
22 23 24 |
# File 'lib/canuby/project.rb', line 22 def output_dir @output_dir end |
#outputs ⇒ Object
Returns the value of attribute outputs
22 23 24 |
# File 'lib/canuby/project.rb', line 22 def outputs @outputs end |
#path ⇒ Object
Returns the value of attribute path
23 24 25 |
# File 'lib/canuby/project.rb', line 23 def path @path end |
#project_file ⇒ Object
Returns the value of attribute project_file
22 23 24 |
# File 'lib/canuby/project.rb', line 22 def project_file @project_file end |
#url ⇒ Object
Returns the value of attribute url
22 23 24 |
# File 'lib/canuby/project.rb', line 22 def url @url end |
#version ⇒ Object
Returns the value of attribute version
22 23 24 |
# File 'lib/canuby/project.rb', line 22 def version @version end |