Class: NRB::BeerXML::Equipment

Inherits:
Record
  • Object
show all
Defined in:
lib/nrb/beerxml/equipment.rb

Instance Attribute Summary collapse

Attributes inherited from Record

#name, #version

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

#camelize, #underscore

Constructor Details

This class inherits a constructor from NRB::BeerXML::Record

Instance Attribute Details

#batch_sizeObject

volume required



6
7
8
# File 'lib/nrb/beerxml/equipment.rb', line 6

def batch_size
  @batch_size
end

#boil_sizeObject

volume required



7
8
9
# File 'lib/nrb/beerxml/equipment.rb', line 7

def boil_size
  @boil_size
end

#boil_timeObject

time



8
9
10
# File 'lib/nrb/beerxml/equipment.rb', line 8

def boil_time
  @boil_time
end

#calc_boil_volumeObject

boolean



9
10
11
# File 'lib/nrb/beerxml/equipment.rb', line 9

def calc_boil_volume
  @calc_boil_volume
end

#evap_rateObject

percent



10
11
12
# File 'lib/nrb/beerxml/equipment.rb', line 10

def evap_rate
  @evap_rate
end

#hop_utilizationObject

percent



11
12
13
# File 'lib/nrb/beerxml/equipment.rb', line 11

def hop_utilization
  @hop_utilization
end

#lauter_tun_deadspaceObject

volume



12
13
14
# File 'lib/nrb/beerxml/equipment.rb', line 12

def lauter_tun_deadspace
  @lauter_tun_deadspace
end

#notesObject

string



13
14
15
# File 'lib/nrb/beerxml/equipment.rb', line 13

def notes
  @notes
end

#top_up_kettleObject

volume



14
15
16
# File 'lib/nrb/beerxml/equipment.rb', line 14

def top_up_kettle
  @top_up_kettle
end

#top_up_waterObject

volume



15
16
17
# File 'lib/nrb/beerxml/equipment.rb', line 15

def top_up_water
  @top_up_water
end

#trub_chiller_lossObject

volume



16
17
18
# File 'lib/nrb/beerxml/equipment.rb', line 16

def trub_chiller_loss
  @trub_chiller_loss
end

#tun_specific_heatObject

float



17
18
19
# File 'lib/nrb/beerxml/equipment.rb', line 17

def tun_specific_heat
  @tun_specific_heat
end

#tun_volumeObject

volume



18
19
20
# File 'lib/nrb/beerxml/equipment.rb', line 18

def tun_volume
  @tun_volume
end

#tun_weightObject

weight



19
20
21
# File 'lib/nrb/beerxml/equipment.rb', line 19

def tun_weight
  @tun_weight
end