Class: Susanoo::Project

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

Class Attribute Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



8
9
10
# File 'lib/susanoo/project.rb', line 8

def debug
  @debug
end

.folder_nameObject

Returns the value of attribute folder_name.



4
5
6
# File 'lib/susanoo/project.rb', line 4

def folder_name
  @folder_name
end

.package_nameObject

Returns the value of attribute package_name.



6
7
8
# File 'lib/susanoo/project.rb', line 6

def package_name
  @package_name
end

.pathObject

Returns the value of attribute path.



7
8
9
# File 'lib/susanoo/project.rb', line 7

def path
  @path
end

.project_nameObject

Returns the value of attribute project_name.



5
6
7
# File 'lib/susanoo/project.rb', line 5

def project_name
  @project_name
end