class NRB::BeerXML::Mash

Attributes

equip_adjust[RW]
grain_temp[RW]
mash_steps[RW]
notes[RW]
ph[RW]
sparge_temp[RW]
tun_specific_heat[RW]
tun_temp[RW]
tun_weight[RW]

Private Instance Methods

initialize_mash_steps() click to toggle source
# File lib/nrb/beerxml/mash.rb, line 28
def initialize_mash_steps
  self.mash_steps ||= RecordSet.new(record_type: :mash_step)
end