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_profile?, #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
6 7 8 |
# File 'lib/beerxml/mash.rb', line 6 def equip_adjust @equip_adjust end |
#grain_temp ⇒ Object
temperature required
7 8 9 |
# File 'lib/beerxml/mash.rb', line 7 def grain_temp @grain_temp end |
#mash_steps ⇒ Object
record set required
8 9 10 |
# File 'lib/beerxml/mash.rb', line 8 def mash_steps @mash_steps end |
#notes ⇒ Object
string
9 10 11 |
# File 'lib/beerxml/mash.rb', line 9 def notes @notes end |
#ph ⇒ Object
float
10 11 12 |
# File 'lib/beerxml/mash.rb', line 10 def ph @ph end |
#sparge_temp ⇒ Object
temperature
11 12 13 |
# File 'lib/beerxml/mash.rb', line 11 def sparge_temp @sparge_temp end |
#tun_specific_heat ⇒ Object
float
12 13 14 |
# File 'lib/beerxml/mash.rb', line 12 def tun_specific_heat @tun_specific_heat end |
#tun_temp ⇒ Object
temperature
13 14 15 |
# File 'lib/beerxml/mash.rb', line 13 def tun_temp @tun_temp end |
#tun_weight ⇒ Object
weight
14 15 16 |
# File 'lib/beerxml/mash.rb', line 14 def tun_weight @tun_weight end |