Class: NRB::BeerXML::Mash

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

Instance Attribute Summary collapse

Attributes inherited from Record

#name, #version

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

#camelize, #underscore

Constructor Details

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

Instance Attribute Details

#equip_adjustObject

boolean



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

def equip_adjust
  @equip_adjust
end

#grain_tempObject

temperature required



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

def grain_temp
  @grain_temp
end

#mash_stepsObject

record set required



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

def mash_steps
  @mash_steps
end

#notesObject

string



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

def notes
  @notes
end

#phObject

float



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

def ph
  @ph
end

#sparge_tempObject

temperature



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

def sparge_temp
  @sparge_temp
end

#tun_specific_heatObject

float



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

def tun_specific_heat
  @tun_specific_heat
end

#tun_tempObject

temperature



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

def tun_temp
  @tun_temp
end

#tun_weightObject

weight



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

def tun_weight
  @tun_weight
end