Class: BeerBash::BeerMenus::TapList
- Inherits:
-
Struct
- Object
- Struct
- BeerBash::BeerMenus::TapList
- Defined in:
- lib/beer_bash/beer_menus.rb
Instance Attribute Summary collapse
-
#taps ⇒ Object
Returns the value of attribute taps.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#taps ⇒ Object
Returns the value of attribute taps
25 26 27 |
# File 'lib/beer_bash/beer_menus.rb', line 25 def taps @taps end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
25 26 27 |
# File 'lib/beer_bash/beer_menus.rb', line 25 def updated_at @updated_at end |