class BeerList::Establishments::BulldogNortheast
Constants
- URL
Public Instance Methods
get_list()
click to toggle source
# File lib/beer_list/establishments/bulldog_northeast.rb, line 6 def get_list list = page.search('p.copy_menu_item_desc').map(&:text) list.shift 2 # shift off Rotating Cask and Beer Flights list end
url()
click to toggle source
# File lib/beer_list/establishments/bulldog_northeast.rb, line 12 def url URL end