Class: NRB::BeerXML::Style

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

#abv_maxObject

float



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

def abv_max
  @abv_max
end

#abv_minObject

float



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

def abv_min
  @abv_min
end

#carb_maxObject

float



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

def carb_max
  @carb_max
end

#carb_minObject

float



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

def carb_min
  @carb_min
end

#categoryObject

string required



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

def category
  @category
end

#category_numberObject

string required



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

def category_number
  @category_number
end

#color_maxObject

float required



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

def color_max
  @color_max
end

#color_minObject

float required



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

def color_min
  @color_min
end

#examplesObject

text



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

def examples
  @examples
end

#fg_maxObject

float required



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

def fg_max
  @fg_max
end

#fg_minObject

float required



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

def fg_min
  @fg_min
end

#ibu_maxObject

float required



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

def ibu_max
  @ibu_max
end

#ibu_minObject

float required



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

def ibu_min
  @ibu_min
end

#ingredientsObject

text



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

def ingredients
  @ingredients
end

#notesObject

text



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

def notes
  @notes
end

#og_maxObject

float required



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

def og_max
  @og_max
end

#og_minObject

float required



21
22
23
# File 'lib/nrb/beerxml/style.rb', line 21

def og_min
  @og_min
end

#profileObject

text



22
23
24
# File 'lib/nrb/beerxml/style.rb', line 22

def profile
  @profile
end

#style_guideObject

string required



23
24
25
# File 'lib/nrb/beerxml/style.rb', line 23

def style_guide
  @style_guide
end

#style_letterObject

string required



24
25
26
# File 'lib/nrb/beerxml/style.rb', line 24

def style_letter
  @style_letter
end

#typeObject

list required



25
26
27
# File 'lib/nrb/beerxml/style.rb', line 25

def type
  @type
end