Class: Oddb2xml::Calc::Substance
- Inherits:
-
Struct
- Object
- Struct
- Oddb2xml::Calc::Substance
- Defined in:
- lib/oddb2xml/calc.rb
Instance Attribute Summary collapse
-
#chemical_dose ⇒ Object
Returns the value of attribute chemical_dose.
-
#chemical_substance ⇒ Object
Returns the value of attribute chemical_substance.
-
#name ⇒ Object
Returns the value of attribute name.
-
#qty ⇒ Object
Returns the value of attribute qty.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#chemical_dose ⇒ Object
Returns the value of attribute chemical_dose
162 163 164 |
# File 'lib/oddb2xml/calc.rb', line 162 def chemical_dose @chemical_dose end |
#chemical_substance ⇒ Object
Returns the value of attribute chemical_substance
162 163 164 |
# File 'lib/oddb2xml/calc.rb', line 162 def chemical_substance @chemical_substance end |
#name ⇒ Object
Returns the value of attribute name
162 163 164 |
# File 'lib/oddb2xml/calc.rb', line 162 def name @name end |
#qty ⇒ Object
Returns the value of attribute qty
162 163 164 |
# File 'lib/oddb2xml/calc.rb', line 162 def qty @qty end |
#unit ⇒ Object
Returns the value of attribute unit
162 163 164 |
# File 'lib/oddb2xml/calc.rb', line 162 def unit @unit end |