diff --git a/lib/vat_check.rb b/lib/vat_check.rb index 000cc8f..84ec164 100644 --- a/lib/vat_check.rb +++ b/lib/vat_check.rb @@ -23,4 +23,8 @@ def valid? def exists? return @vies end -end \ No newline at end of file + + def vies_available? + return @vies_available + end +end diff --git a/lib/vat_check/version.rb b/lib/vat_check/version.rb index aa12fa5..82eac44 100644 --- a/lib/vat_check/version.rb +++ b/lib/vat_check/version.rb @@ -1,3 +1,3 @@ class VatCheck - VERSION = '1.0.0' -end \ No newline at end of file + VERSION = '1.0.1' +end