Class: BeerList::Establishments::GingerHop
- Inherits:
-
Establishment
- Object
- Establishment
- BeerList::Establishments::GingerHop
- Defined in:
- lib/beer_list/establishments/ginger_hop.rb
Constant Summary collapse
- URL =
'http://www.gingerhop.com/beer'
Instance Attribute Summary
Attributes included from Listable
Instance Method Summary collapse
Methods inherited from Establishment
Methods included from Listable
Instance Method Details
#get_list ⇒ Object
6 7 8 |
# File 'lib/beer_list/establishments/ginger_hop.rb', line 6 def get_list page.search('div.left-col h5').map(&:text) end |
#url ⇒ Object
10 11 12 |
# File 'lib/beer_list/establishments/ginger_hop.rb', line 10 def url URL end |