Class: BeerList::Establishments::LowryUptown

Inherits:
Establishment show all
Defined in:
lib/beer_list/establishments/lowry_uptown.rb

Constant Summary collapse

URL =
'http://www.thelowryuptown.com/drink'

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



6
7
8
9
10
# File 'lib/beer_list/establishments/lowry_uptown.rb', line 6

def get_list
  base_list
  match_before_abv
  strip
end

#urlObject



12
13
14
# File 'lib/beer_list/establishments/lowry_uptown.rb', line 12

def url
  URL
end