Class: NRB::BeerXML::Water
Instance Attribute Summary collapse
-
#amount ⇒ Object
volume required.
-
#bicarbonate ⇒ Object
float required.
-
#calcium ⇒ Object
float required.
-
#chloride ⇒ Object
float required.
-
#magnesium ⇒ Object
float required.
-
#notes ⇒ Object
string.
-
#ph ⇒ Object
float.
-
#sodium ⇒ Object
float required.
-
#sulfate ⇒ Object
float 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
#amount ⇒ Object
volume required
4 5 6 |
# File 'lib/nrb/beerxml/water.rb', line 4 def amount @amount end |
#bicarbonate ⇒ Object
float required
5 6 7 |
# File 'lib/nrb/beerxml/water.rb', line 5 def bicarbonate @bicarbonate end |
#calcium ⇒ Object
float required
6 7 8 |
# File 'lib/nrb/beerxml/water.rb', line 6 def calcium @calcium end |
#chloride ⇒ Object
float required
7 8 9 |
# File 'lib/nrb/beerxml/water.rb', line 7 def chloride @chloride end |
#magnesium ⇒ Object
float required
8 9 10 |
# File 'lib/nrb/beerxml/water.rb', line 8 def magnesium @magnesium end |
#notes ⇒ Object
string
9 10 11 |
# File 'lib/nrb/beerxml/water.rb', line 9 def notes @notes end |
#ph ⇒ Object
float
10 11 12 |
# File 'lib/nrb/beerxml/water.rb', line 10 def ph @ph end |
#sodium ⇒ Object
float required
11 12 13 |
# File 'lib/nrb/beerxml/water.rb', line 11 def sodium @sodium end |
#sulfate ⇒ Object
float required
12 13 14 |
# File 'lib/nrb/beerxml/water.rb', line 12 def sulfate @sulfate end |