Class: Project

Inherits:
Object
  • Object
show all
Defined in:
lib/canuby/project.rb

Overview

Holds all properties a Project has.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeProject

Returns a new instance of Project



25
# File 'lib/canuby/project.rb', line 25

def initialize; end

Instance Attribute Details

#build_toolObject

Returns the value of attribute build_tool



22
23
24
# File 'lib/canuby/project.rb', line 22

def build_tool
  @build_tool
end

#output_dirObject

Returns the value of attribute output_dir



22
23
24
# File 'lib/canuby/project.rb', line 22

def output_dir
  @output_dir
end

#outputsObject

Returns the value of attribute outputs



22
23
24
# File 'lib/canuby/project.rb', line 22

def outputs
  @outputs
end

#pathObject

Returns the value of attribute path



23
24
25
# File 'lib/canuby/project.rb', line 23

def path
  @path
end

#project_fileObject

Returns the value of attribute project_file



22
23
24
# File 'lib/canuby/project.rb', line 22

def project_file
  @project_file
end

#urlObject

Returns the value of attribute url



22
23
24
# File 'lib/canuby/project.rb', line 22

def url
  @url
end

#versionObject

Returns the value of attribute version



22
23
24
# File 'lib/canuby/project.rb', line 22

def version
  @version
end