Class: NRB::BeerXML::Mash
Instance Attribute Summary collapse
-
#equip_adjust ⇒ Object
boolean.
-
#grain_temp ⇒ Object
temperature required.
-
#mash_steps ⇒ Object
record set required.
-
#notes ⇒ Object
string.
-
#ph ⇒ Object
float.
-
#sparge_temp ⇒ Object
temperature.
-
#tun_specific_heat ⇒ Object
float.
-
#tun_temp ⇒ Object
temperature.
-
#tun_weight ⇒ Object
weight.
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
#equip_adjust ⇒ Object
boolean
5 6 7 |
# File 'lib/nrb/beerxml/mash.rb', line 5 def equip_adjust @equip_adjust end |
#grain_temp ⇒ Object
temperature required
6 7 8 |
# File 'lib/nrb/beerxml/mash.rb', line 6 def grain_temp @grain_temp end |
#mash_steps ⇒ Object
record set required
7 8 9 |
# File 'lib/nrb/beerxml/mash.rb', line 7 def mash_steps @mash_steps end |
#notes ⇒ Object
string
8 9 10 |
# File 'lib/nrb/beerxml/mash.rb', line 8 def notes @notes end |
#ph ⇒ Object
float
9 10 11 |
# File 'lib/nrb/beerxml/mash.rb', line 9 def ph @ph end |
#sparge_temp ⇒ Object
temperature
10 11 12 |
# File 'lib/nrb/beerxml/mash.rb', line 10 def sparge_temp @sparge_temp end |
#tun_specific_heat ⇒ Object
float
11 12 13 |
# File 'lib/nrb/beerxml/mash.rb', line 11 def tun_specific_heat @tun_specific_heat end |
#tun_temp ⇒ Object
temperature
12 13 14 |
# File 'lib/nrb/beerxml/mash.rb', line 12 def tun_temp @tun_temp end |
#tun_weight ⇒ Object
weight
13 14 15 |
# File 'lib/nrb/beerxml/mash.rb', line 13 def tun_weight @tun_weight end |