Commit 3e5fe974a33c728c6a8b3ab7fde981204a211f24
Committed by
Diego Camarinha
1 parent
ce51667e
Exists in
master
and in
29 other branches
[Mezuro] Added new attribute collect_time to entity project result
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/mezuro/lib/kalibro/entities/project_result.rb
1 | 1 | class Kalibro::Entities::ProjectResult < Kalibro::Entities::Entity |
2 | 2 | |
3 | - attr_accessor :project, :date, :load_time, :analysis_time, :source_tree | |
3 | + attr_accessor :project, :date, :load_time, :analysis_time, :source_tree, :collect_time | |
4 | 4 | |
5 | 5 | def project=(value) |
6 | 6 | @project = to_entity(value, Kalibro::Entities::Project) | ... | ... |