class Yade::Project::Rest::Model::Project
Attributes
home[R]
id[RW]
ideType[RW]
name[RW]
nvmRuntimeId[RW]
pyenvRuntimeId[RW]
rvmRuntimeId[RW]
vcsId[RW]
Public Instance Methods
attributes()
click to toggle source
# File lib/yade/project/rest/model/project.rb, line 22 def attributes instance_values end
installed?()
click to toggle source
# File lib/yade/project/rest/model/project.rb, line 30 def installed? File.directory?(home) end