Class: NRB::BeerXML::Mash

Inherits:
Record
  • Object
show all
Defined in:
lib/nrb/beerxml/mash.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

#equip_adjustObject

boolean



5
6
7
# File 'lib/nrb/beerxml/mash.rb', line 5

def equip_adjust
  @equip_adjust
end

#grain_tempObject

temperature required



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

def grain_temp
  @grain_temp
end

#mash_stepsObject

record set required



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

def mash_steps
  @mash_steps
end

#notesObject

string



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

def notes
  @notes
end

#phObject

float



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

def ph
  @ph
end

#sparge_tempObject

temperature



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

def sparge_temp
  @sparge_temp
end

#tun_specific_heatObject

float



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

def tun_specific_heat
  @tun_specific_heat
end

#tun_tempObject

temperature



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

def tun_temp
  @tun_temp
end

#tun_weightObject

weight



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

def tun_weight
  @tun_weight
end