Class: BuildMaster::ProjectInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/buildmaster/auto/java_project.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(project) ⇒ ProjectInfo

Returns a new instance of ProjectInfo.



173
174
175
# File 'lib/buildmaster/auto/java_project.rb', line 173

def initialize(project)
  @project = project
end

Instance Attribute Details

#classpathObject

Returns the value of attribute classpath.



171
172
173
# File 'lib/buildmaster/auto/java_project.rb', line 171

def classpath
  @classpath
end

#outputObject

Returns the value of attribute output.



171
172
173
# File 'lib/buildmaster/auto/java_project.rb', line 171

def output
  @output
end

#resourceObject

Returns the value of attribute resource.



171
172
173
# File 'lib/buildmaster/auto/java_project.rb', line 171

def resource
  @resource
end

#srcObject

Returns the value of attribute src.



171
172
173
# File 'lib/buildmaster/auto/java_project.rb', line 171

def src
  @src
end