Class: BeerBash::BeerMenus::TapList

Inherits:
Struct
  • Object
show all
Defined in:
lib/beer_bash/beer_menus.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tapsObject

Returns the value of attribute taps

Returns:

  • (Object)

    the current value of taps



25
26
27
# File 'lib/beer_bash/beer_menus.rb', line 25

def taps
  @taps
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



25
26
27
# File 'lib/beer_bash/beer_menus.rb', line 25

def updated_at
  @updated_at
end