Class: NRB::BeerXML::Style
Instance Attribute Summary collapse
-
#abv_max ⇒ Object
float.
-
#abv_min ⇒ Object
float.
-
#carb_max ⇒ Object
float.
-
#carb_min ⇒ Object
float.
-
#category ⇒ Object
string required.
-
#category_number ⇒ Object
string required.
-
#color_max ⇒ Object
float required.
-
#color_min ⇒ Object
float required.
-
#examples ⇒ Object
text.
-
#fg_max ⇒ Object
float required.
-
#fg_min ⇒ Object
float required.
-
#ibu_max ⇒ Object
float required.
-
#ibu_min ⇒ Object
float required.
-
#ingredients ⇒ Object
text.
-
#notes ⇒ Object
text.
-
#og_max ⇒ Object
float required.
-
#og_min ⇒ Object
float required.
-
#profile ⇒ Object
text.
-
#style_guide ⇒ Object
string required.
-
#style_letter ⇒ Object
string required.
-
#type ⇒ Object
list required.
Attributes inherited from Record
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
Constructor Details
This class inherits a constructor from NRB::BeerXML::Record
Instance Attribute Details
#abv_max ⇒ Object
float
5 6 7 |
# File 'lib/nrb/beerxml/style.rb', line 5 def abv_max @abv_max end |
#abv_min ⇒ Object
float
6 7 8 |
# File 'lib/nrb/beerxml/style.rb', line 6 def abv_min @abv_min end |
#carb_max ⇒ Object
float
7 8 9 |
# File 'lib/nrb/beerxml/style.rb', line 7 def carb_max @carb_max end |
#carb_min ⇒ Object
float
8 9 10 |
# File 'lib/nrb/beerxml/style.rb', line 8 def carb_min @carb_min end |
#category ⇒ Object
string required
9 10 11 |
# File 'lib/nrb/beerxml/style.rb', line 9 def category @category end |
#category_number ⇒ Object
string required
10 11 12 |
# File 'lib/nrb/beerxml/style.rb', line 10 def category_number @category_number end |
#color_max ⇒ Object
float required
11 12 13 |
# File 'lib/nrb/beerxml/style.rb', line 11 def color_max @color_max end |
#color_min ⇒ Object
float required
12 13 14 |
# File 'lib/nrb/beerxml/style.rb', line 12 def color_min @color_min end |
#examples ⇒ Object
text
13 14 15 |
# File 'lib/nrb/beerxml/style.rb', line 13 def examples @examples end |
#fg_max ⇒ Object
float required
14 15 16 |
# File 'lib/nrb/beerxml/style.rb', line 14 def fg_max @fg_max end |
#fg_min ⇒ Object
float required
15 16 17 |
# File 'lib/nrb/beerxml/style.rb', line 15 def fg_min @fg_min end |
#ibu_max ⇒ Object
float required
16 17 18 |
# File 'lib/nrb/beerxml/style.rb', line 16 def ibu_max @ibu_max end |
#ibu_min ⇒ Object
float required
17 18 19 |
# File 'lib/nrb/beerxml/style.rb', line 17 def ibu_min @ibu_min end |
#ingredients ⇒ Object
text
18 19 20 |
# File 'lib/nrb/beerxml/style.rb', line 18 def ingredients @ingredients end |
#notes ⇒ Object
text
19 20 21 |
# File 'lib/nrb/beerxml/style.rb', line 19 def notes @notes end |
#og_max ⇒ Object
float required
20 21 22 |
# File 'lib/nrb/beerxml/style.rb', line 20 def og_max @og_max end |
#og_min ⇒ Object
float required
21 22 23 |
# File 'lib/nrb/beerxml/style.rb', line 21 def og_min @og_min end |
#profile ⇒ Object
text
22 23 24 |
# File 'lib/nrb/beerxml/style.rb', line 22 def profile @profile end |
#style_guide ⇒ Object
string required
23 24 25 |
# File 'lib/nrb/beerxml/style.rb', line 23 def style_guide @style_guide end |
#style_letter ⇒ Object
string required
24 25 26 |
# File 'lib/nrb/beerxml/style.rb', line 24 def style_letter @style_letter end |
#type ⇒ Object
list required
25 26 27 |
# File 'lib/nrb/beerxml/style.rb', line 25 def type @type end |