Class: BeerList::Establishments::LongfellowGrill
- Inherits:
-
Establishment
- Object
- Establishment
- BeerList::Establishments::LongfellowGrill
- Defined in:
- lib/beer_list/establishments/longfellow_grill.rb
Constant Summary collapse
- URL =
'http://www.longfellowgrill.com/beer_taps.php'
- STATE_AND_PRICE_REGEX =
/\s*(?:\([A-Z]*\))*\s*\**\s*\d+\.\d{2}$/
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
7 8 9 10 11 |
# File 'lib/beer_list/establishments/longfellow_grill.rb', line 7 def get_list get_base_list process_base_list @my_list end |
#url ⇒ Object
13 14 15 |
# File 'lib/beer_list/establishments/longfellow_grill.rb', line 13 def url URL end |