Module: FFaker::IdentificationIN

Extended by:
IdentificationIN, ModuleUtils
Included in:
IdentificationIN
Defined in:
lib/ffaker/identification_in.rb

Constant Summary collapse

AADHAAR_FORMAT =
['############'].freeze

Instance Method Summary collapse

Methods included from ModuleUtils

const_missing, k, luhn_check, underscore, unique

Methods included from RandomUtils

#fetch_sample, #rand, #shuffle

Instance Method Details

#aadhaarObject



11
12
13
# File 'lib/ffaker/identification_in.rb', line 11

def aadhaar
  FFaker.numerify(AADHAAR_FORMAT)
end