Class: EmailAddress

Inherits:
MLS::Model
  • Object
show all
Defined in:
lib/mls/models/email_address.rb

Constant Summary collapse

TYPES =
%w(work personal other)

Instance Method Summary collapse

Instance Method Details

#nameObject



10
11
12
# File 'lib/mls/models/email_address.rb', line 10

def name
  address
end