class BeerList::Establishments::BlueDoorPub

Constants

URL

Public Instance Methods

get_list() click to toggle source
# File lib/beer_list/establishments/blue_door_pub.rb, line 6
def get_list
  page.search('div.two-columns li a').map(&:text)
end
url() click to toggle source
# File lib/beer_list/establishments/blue_door_pub.rb, line 10
def url
  URL
end