Class: BeerList::Establishments::LongfellowGrill

Inherits:
Establishment show all
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

#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



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

#urlObject



13
14
15
# File 'lib/beer_list/establishments/longfellow_grill.rb', line 13

def url
  URL
end