class NRB::BeerXML::MashStep
Attributes
end_temp[RW]
infuse_amount[RW]
ramp_time[RW]
step_temp[RW]
step_time[RW]
type[RW]
Public Instance Methods
infuse_amount_required?()
click to toggle source
# File lib/nrb/beerxml/mash_step.rb, line 19 def infuse_amount_required? type == "Infusion" end