Class: BeerList::Establishments::AcadiaCafe
- Inherits:
-
Establishment
- Object
- Establishment
- BeerList::Establishments::AcadiaCafe
- Defined in:
- lib/beer_list/establishments/acadia_cafe.rb
Constant Summary collapse
- URL =
'http://acadiacafe.com/as_beer-menu-and-happy-hour-specials'
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 9 10 |
# File 'lib/beer_list/establishments/acadia_cafe.rb', line 6 def get_list base_list having_price_and_abv match_before_comma end |
#url ⇒ Object
12 13 14 |
# File 'lib/beer_list/establishments/acadia_cafe.rb', line 12 def url URL end |