class Yade::Project::Rest::Model::ProjectModule

Attributes

buildToolType[RW]
enabled[RW]
home[R]
id[RW]
languageType[RW]
name[RW]
projectId[RW]
vcsId[RW]

Public Instance Methods

attributes() click to toggle source
# File lib/yade/project/rest/model/project_module.rb, line 20
def attributes
  instance_values
end
installed?() click to toggle source
# File lib/yade/project/rest/model/project_module.rb, line 31
def installed?
  File.directory?(home)
end