Method: Phonelib::Phone#human_type

Defined in:
lib/phonelib/phone.rb

#human_typeString

Return human representation of phone type

Returns:

  • (String)

    Human readable valid phone type



89
90
91
# File 'lib/phonelib/phone.rb', line 89

def human_type
  Core::TYPES_DESC[type]
end