Class: Source

Inherits:
MLS::Model show all
Defined in:
lib/mls/source.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



10
11
12
13
# File 'lib/mls/source.rb', line 10

def name
  return email_address if email_address.present?
  url.match(/^(?:https?:\/\/)?(?:www\.)?([^\/]+)/)[1]
end