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

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