module Toji::Ingredient::Kake

Public Instance Methods

default_process_group() click to toggle source
# File lib/toji/ingredient/kake.rb, line 10
def default_process_group
  self.hash
end
ingredient_key() click to toggle source
# File lib/toji/ingredient/kake.rb, line 6
def ingredient_key
  [brand, polishing_ratio, made_in, farmer, rice_year, soaking_ratio, steaming_ratio, cooling_ratio].join(":")
end