Class: BeerList::Establishments::GrovelandTap

Inherits:
Establishment show all
Defined in:
lib/beer_list/establishments/groveland_tap.rb

Constant Summary collapse

URL =
'http://www.grovelandtap.com/beer_taps.php'

Instance Attribute Summary

Attributes included from Listable

#page

Instance Method Summary collapse

Methods inherited from Establishment

#short_class_name

Methods included from Listable

#list, #short_class_name

Instance Method Details

#get_listObject



6
7
8
# File 'lib/beer_list/establishments/groveland_tap.rb', line 6

def get_list
  page.search('p.MsoNormal').map(&:text)
end

#urlObject



10
11
12
# File 'lib/beer_list/establishments/groveland_tap.rb', line 10

def url
  URL
end