Class: PhoneType

Inherits:
ActiveRecordShared show all
Defined in:
app/models/phone_type.rb

Overview

The type of phone number (home,work,mobile,etc.)

Instance Method Summary collapse

Instance Method Details

#to_sObject

Returns key



11
12
13
# File 'app/models/phone_type.rb', line 11

def to_s
	key
end