Class: Webpage

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

Instance Method Summary collapse

Instance Method Details

#nameObject



8
9
10
# File 'lib/mls/models/webpage.rb', line 8

def name
  url.match(/^(?:https?:\/\/)?(?:www\.)?(.*)/)[1]
end