Module: FFaker::HealthcareRU

Extended by:
HealthcareRU, ModuleUtils
Included in:
HealthcareRU
Defined in:
lib/ffaker/healthcare_ru.rb

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

#doctor_specializationObject



8
9
10
# File 'lib/ffaker/healthcare_ru.rb', line 8

def doctor_specialization
  fetch_sample(DOCTOR_SPECIALIZATION)
end