class BeerList::Establishments::GingerHop

Constants

URL

Public Instance Methods

get_list() click to toggle source
# File lib/beer_list/establishments/ginger_hop.rb, line 6
def get_list
  page.search('div.left-col h5').map(&:text)
end
url() click to toggle source
# File lib/beer_list/establishments/ginger_hop.rb, line 10
def url
  URL
end