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