Skip to content
Snippets Groups Projects
Commit 6e01a6e3 authored by Eduardo Eyras's avatar Eduardo Eyras
Browse files

predictions also can have a type

parent 2fb89371
No related branches found
No related tags found
No related merge requests found
......@@ -684,5 +684,17 @@ sub _dump {
return $res;
}
sub type {
my ($self, $type) = @_;
if(defined $type) {
$self->{'_type'} = $type;
}
return $self->{'_type'};
}
1;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment