Class: BeerList::Establishments::McCoysMN
- Inherits:
-
Establishment
- Object
- Establishment
- BeerList::Establishments::McCoysMN
- Defined in:
- lib/beer_list/establishments/mc_coys_mn.rb
Constant Summary collapse
- DRAFTS =
'http://mccoysmn.com/beer/'
- BOTTLES =
'http://mccoysmn.com/beer/bottles'
Instance Attribute Summary collapse
-
#url ⇒ Object
Returns the value of attribute url.
Attributes included from Listable
Instance Method Summary collapse
- #get_list ⇒ Object
-
#initialize ⇒ McCoysMN
constructor
A new instance of McCoysMN.
Methods inherited from Establishment
Methods included from Listable
Constructor Details
Instance Attribute Details
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/beer_list/establishments/mc_coys_mn.rb', line 4 def url @url end |
Instance Method Details
#get_list ⇒ Object
13 14 15 16 17 |
# File 'lib/beer_list/establishments/mc_coys_mn.rb', line 13 def get_list @beers = [] get_draft_list get_bottle_list end |