class Ubi::Consultor::Yahoo
URL finder consultor
Public Class Methods
url()
click to toggle source
# File lib/ubi/consultores/yahoo.rb, line 20 def url 'https://search.yahoo.com/yhs/search?' end
Public Instance Methods
links()
click to toggle source
# File lib/ubi/consultores/yahoo.rb, line 11 def links '//a[not (contains(@href,"yahoo"))]' end
query()
click to toggle source
query
# File lib/ubi/consultores/yahoo.rb, line 7 def query { p: @thema.name, hspart: 'ubi' } end
words()
click to toggle source
# File lib/ubi/consultores/yahoo.rb, line 15 def words '//li[@class="g"]' end