Class: NRB::BeerXML::Yeast
Instance Attribute Summary collapse
-
#add_to_secondary ⇒ Object
boolean.
-
#amount ⇒ Object
float required.
-
#amount_is_weight ⇒ Object
boolean.
-
#attenuation ⇒ Object
percentage.
-
#best_for ⇒ Object
string.
-
#flocculation ⇒ Object
list.
-
#form ⇒ Object
list required.
-
#laboratory ⇒ Object
string.
-
#max_reuse ⇒ Object
integer.
-
#max_temperature ⇒ Object
temperature.
-
#min_temperature ⇒ Object
temperature.
-
#notes ⇒ Object
string.
-
#product_id ⇒ Object
string.
-
#times_cultured ⇒ Object
integer.
-
#type ⇒ Object
list required.
Attributes inherited from Record
Method Summary
Methods inherited from Record
#equipment?, #fermentable?, #hop?, #initialize, #mash?, #mash_step?, #misc?, #persisted?, #recipe?, #record_type, #style?, #water?, #yeast?
Methods included from Inflector
Constructor Details
This class inherits a constructor from NRB::BeerXML::Record
Instance Attribute Details
#add_to_secondary ⇒ Object
boolean
6 7 8 |
# File 'lib/nrb/beerxml/yeast.rb', line 6 def add_to_secondary @add_to_secondary end |
#amount ⇒ Object
float required
7 8 9 |
# File 'lib/nrb/beerxml/yeast.rb', line 7 def amount @amount end |
#amount_is_weight ⇒ Object
boolean
8 9 10 |
# File 'lib/nrb/beerxml/yeast.rb', line 8 def amount_is_weight @amount_is_weight end |
#attenuation ⇒ Object
percentage
9 10 11 |
# File 'lib/nrb/beerxml/yeast.rb', line 9 def attenuation @attenuation end |
#best_for ⇒ Object
string
10 11 12 |
# File 'lib/nrb/beerxml/yeast.rb', line 10 def best_for @best_for end |
#flocculation ⇒ Object
list
11 12 13 |
# File 'lib/nrb/beerxml/yeast.rb', line 11 def flocculation @flocculation end |
#form ⇒ Object
list required
12 13 14 |
# File 'lib/nrb/beerxml/yeast.rb', line 12 def form @form end |
#laboratory ⇒ Object
string
13 14 15 |
# File 'lib/nrb/beerxml/yeast.rb', line 13 def laboratory @laboratory end |
#max_reuse ⇒ Object
integer
14 15 16 |
# File 'lib/nrb/beerxml/yeast.rb', line 14 def max_reuse @max_reuse end |
#max_temperature ⇒ Object
temperature
15 16 17 |
# File 'lib/nrb/beerxml/yeast.rb', line 15 def max_temperature @max_temperature end |
#min_temperature ⇒ Object
temperature
16 17 18 |
# File 'lib/nrb/beerxml/yeast.rb', line 16 def min_temperature @min_temperature end |
#notes ⇒ Object
string
17 18 19 |
# File 'lib/nrb/beerxml/yeast.rb', line 17 def notes @notes end |
#product_id ⇒ Object
string
18 19 20 |
# File 'lib/nrb/beerxml/yeast.rb', line 18 def product_id @product_id end |
#times_cultured ⇒ Object
integer
19 20 21 |
# File 'lib/nrb/beerxml/yeast.rb', line 19 def times_cultured @times_cultured end |
#type ⇒ Object
list required
20 21 22 |
# File 'lib/nrb/beerxml/yeast.rb', line 20 def type @type end |