feat(sva): exports include SVA devision date

This commit is contained in:
Colin Darie 2023-06-22 12:06:38 +02:00
parent e74f4db8c8
commit 8c49dcf21e
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
3 changed files with 14 additions and 1 deletions

View file

@ -20,6 +20,12 @@ class SVASVRConfiguration
UNIT_OPTIONS
end
def human_decision
return if decision == 'disabled'
decision.upcase
end
private
def enabled?