Method: CountriesData::Country#phone_min_length
- Defined in:
- lib/countries_data/country.rb
#phone_min_length ⇒ Object
26 27 28 |
# File 'lib/countries_data/country.rb', line 26 def phone_min_length @phone_min_length || PHONE_MIN_LENGTH end |