class BeerList::Establishments::GrovelandTap

Constants

URL

Public Instance Methods

get_list() click to toggle source
# File lib/beer_list/establishments/groveland_tap.rb, line 6
def get_list
  page.search('p.MsoNormal').map(&:text)
end
url() click to toggle source
# File lib/beer_list/establishments/groveland_tap.rb, line 10
def url
  URL
end