Class: IsotopeContacts::PhoneNumber
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- IsotopeContacts::PhoneNumber
- Defined in:
- app/models/isotope_contacts/phone_number.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
7 8 9 |
# File 'app/models/isotope_contacts/phone_number.rb', line 7 def to_s "#{name}: #{number}" end |