class RubyRed::Commands::Drink::DrinkData

Public Class Methods

new(name, ingredients) click to toggle source
# File lib/rubyred/commands/drink/drink_helper.rb, line 5
def initialize (name, ingredients)
  @name = name
  @ingredients = ingredients
end