Class: AddressType

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

Overview

The type of address (home,work,residence,pobox,etc.)

Instance Method Summary collapse

Instance Method Details

#to_sObject

Returns the key



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

def to_s
  self.key
end