Class: BeerList::Establishments::BustersOn28th
- Inherits:
-
Establishment
- Object
- Establishment
- BeerList::Establishments::BustersOn28th
- Defined in:
- lib/beer_list/establishments/busters_on28th.rb
Constant Summary collapse
- URL =
'http://busterson28th.com/bottles/'
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 11 12 |
# File 'lib/beer_list/establishments/busters_on28th.rb', line 6 def get_list base_list split_on_newline reject_headers match_pre_vol reject_nils end |
#url ⇒ Object
14 15 16 |
# File 'lib/beer_list/establishments/busters_on28th.rb', line 14 def url URL end |