Class: NRB::BeerXML::Yeast

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

#add_to_secondaryObject

boolean



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

def add_to_secondary
  @add_to_secondary
end

#amountObject

float required



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

def amount
  @amount
end

#amount_is_weightObject

boolean



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

def amount_is_weight
  @amount_is_weight
end

#attenuationObject

percentage



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

def attenuation
  @attenuation
end

#best_forObject

string



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

def best_for
  @best_for
end

#flocculationObject

list



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

def flocculation
  @flocculation
end

#formObject

list required



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

def form
  @form
end

#laboratoryObject

string



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

def laboratory
  @laboratory
end

#max_reuseObject

integer



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

def max_reuse
  @max_reuse
end

#max_temperatureObject

temperature



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

def max_temperature
  @max_temperature
end

#min_temperatureObject

temperature



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

def min_temperature
  @min_temperature
end

#notesObject

string



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

def notes
  @notes
end

#product_idObject

string



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

def product_id
  @product_id
end

#times_culturedObject

integer



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

def times_cultured
  @times_cultured
end

#typeObject

list required



20
21
22
# File 'lib/nrb/beerxml/yeast.rb', line 20

def type
  @type
end