Class: BeerList::Establishments::MuddyPig
- Inherits:
-
Establishment
- Object
- Establishment
- BeerList::Establishments::MuddyPig
- Defined in:
- lib/beer_list/establishments/muddy_pig.rb
Constant Summary collapse
- URL =
'http://muddypig.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/muddy_pig.rb', line 6 def get_list page.search('p').last.text.split("\n") end |
#url ⇒ Object
10 11 12 |
# File 'lib/beer_list/establishments/muddy_pig.rb', line 10 def url URL end |