[update] Project infos

This commit is contained in:
brunosimon
2016-08-15 12:51:42 +02:00
parent 030c078335
commit bcabfd7e6d
10 changed files with 91 additions and 51 deletions
+2
View File
@@ -12,6 +12,7 @@ class Project
this.set_socket( options.socket )
this.files = new Files( { socket: this.socket } )
this.date = new Date()
}
set_name( _name )
@@ -41,6 +42,7 @@ class Project
let result = {}
result.name = this.name
result.files = this.files.describe()
result.date = this.date
return result
}