Class: NRB::BeerXML::Misc
Instance Attribute Summary collapse
-
#amount ⇒ Object
float required.
-
#amount_is_weight ⇒ Object
boolean.
-
#notes ⇒ Object
string.
-
#time ⇒ Object
time required.
-
#type ⇒ Object
list required.
-
#use ⇒ Object
list required.
-
#use_for ⇒ Object
string.
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
#amount ⇒ Object
float required
5 6 7 |
# File 'lib/nrb/beerxml/misc.rb', line 5 def amount @amount end |
#amount_is_weight ⇒ Object
boolean
6 7 8 |
# File 'lib/nrb/beerxml/misc.rb', line 6 def amount_is_weight @amount_is_weight end |
#notes ⇒ Object
string
7 8 9 |
# File 'lib/nrb/beerxml/misc.rb', line 7 def notes @notes end |
#time ⇒ Object
time required
8 9 10 |
# File 'lib/nrb/beerxml/misc.rb', line 8 def time @time end |
#type ⇒ Object
list required
9 10 11 |
# File 'lib/nrb/beerxml/misc.rb', line 9 def type @type end |
#use ⇒ Object
list required
10 11 12 |
# File 'lib/nrb/beerxml/misc.rb', line 10 def use @use end |
#use_for ⇒ Object
string
11 12 13 |
# File 'lib/nrb/beerxml/misc.rb', line 11 def use_for @use_for end |