Class: NRB::BeerXML::Equipment
- Defined in:
- lib/nrb/beerxml/equipment.rb
Instance Attribute Summary collapse
-
#batch_size ⇒ Object
volume required.
-
#boil_size ⇒ Object
volume required.
-
#boil_time ⇒ Object
time.
-
#calc_boil_volume ⇒ Object
boolean.
-
#evap_rate ⇒ Object
percent.
-
#hop_utilization ⇒ Object
percent.
-
#lauter_tun_deadspace ⇒ Object
volume.
-
#notes ⇒ Object
string.
-
#top_up_kettle ⇒ Object
volume.
-
#top_up_water ⇒ Object
volume.
-
#trub_chiller_loss ⇒ Object
volume.
-
#tun_specific_heat ⇒ Object
float.
-
#tun_volume ⇒ Object
volume.
-
#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
#batch_size ⇒ Object
volume required
6 7 8 |
# File 'lib/nrb/beerxml/equipment.rb', line 6 def batch_size @batch_size end |
#boil_size ⇒ Object
volume required
7 8 9 |
# File 'lib/nrb/beerxml/equipment.rb', line 7 def boil_size @boil_size end |
#boil_time ⇒ Object
time
8 9 10 |
# File 'lib/nrb/beerxml/equipment.rb', line 8 def boil_time @boil_time end |
#calc_boil_volume ⇒ Object
boolean
9 10 11 |
# File 'lib/nrb/beerxml/equipment.rb', line 9 def calc_boil_volume @calc_boil_volume end |
#evap_rate ⇒ Object
percent
10 11 12 |
# File 'lib/nrb/beerxml/equipment.rb', line 10 def evap_rate @evap_rate end |
#hop_utilization ⇒ Object
percent
11 12 13 |
# File 'lib/nrb/beerxml/equipment.rb', line 11 def hop_utilization @hop_utilization end |
#lauter_tun_deadspace ⇒ Object
volume
12 13 14 |
# File 'lib/nrb/beerxml/equipment.rb', line 12 def lauter_tun_deadspace @lauter_tun_deadspace end |
#notes ⇒ Object
string
13 14 15 |
# File 'lib/nrb/beerxml/equipment.rb', line 13 def notes @notes end |
#top_up_kettle ⇒ Object
volume
14 15 16 |
# File 'lib/nrb/beerxml/equipment.rb', line 14 def top_up_kettle @top_up_kettle end |
#top_up_water ⇒ Object
volume
15 16 17 |
# File 'lib/nrb/beerxml/equipment.rb', line 15 def top_up_water @top_up_water end |
#trub_chiller_loss ⇒ Object
volume
16 17 18 |
# File 'lib/nrb/beerxml/equipment.rb', line 16 def trub_chiller_loss @trub_chiller_loss end |
#tun_specific_heat ⇒ Object
float
17 18 19 |
# File 'lib/nrb/beerxml/equipment.rb', line 17 def tun_specific_heat @tun_specific_heat end |
#tun_volume ⇒ Object
volume
18 19 20 |
# File 'lib/nrb/beerxml/equipment.rb', line 18 def tun_volume @tun_volume end |
#tun_weight ⇒ Object
weight
19 20 21 |
# File 'lib/nrb/beerxml/equipment.rb', line 19 def tun_weight @tun_weight end |