Ident type update #2834

This commit is contained in:
Priit Tark 2015-09-17 17:52:47 +03:00
parent 2a81641130
commit fd52172500
9 changed files with 32 additions and 25 deletions

View file

@ -267,8 +267,8 @@ module Depp
Country.new(country_code)
end
def bic?
ident_type == 'bic'
def org?
ident_type == 'org'
end
def priv?