Class: Project

Inherits:
Object
  • Object
show all
Defined in:
lib/canuby/util.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.



227
# File 'lib/canuby/util.rb', line 227

def initialize; end

Instance Attribute Details

#output_dirObject

Returns the value of attribute output_dir.



224
225
226
# File 'lib/canuby/util.rb', line 224

def output_dir
  @output_dir
end

#outputsObject

Returns the value of attribute outputs.



224
225
226
# File 'lib/canuby/util.rb', line 224

def outputs
  @outputs
end

#pathObject

Returns the value of attribute path.



225
226
227
# File 'lib/canuby/util.rb', line 225

def path
  @path
end

#project_fileObject

Returns the value of attribute project_file.



224
225
226
# File 'lib/canuby/util.rb', line 224

def project_file
  @project_file
end

#urlObject

Returns the value of attribute url.



224
225
226
# File 'lib/canuby/util.rb', line 224

def url
  @url
end

#versionObject

Returns the value of attribute version.



224
225
226
# File 'lib/canuby/util.rb', line 224

def version
  @version
end