Module: Toji::Ingredient::Kake
- Includes:
- Rice
- Defined in:
- lib/toji/ingredient/kake.rb
Instance Method Summary
collapse
Methods included from Rice
#cooled, #group_key, #soaked, #steamed
Instance Method Details
#default_process_group ⇒ Object
10
11
12
|
# File 'lib/toji/ingredient/kake.rb', line 10
def default_process_group
self.hash
end
|
#ingredient_key ⇒ Object
6
7
8
|
# 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
|