Class: Oddb2xml::Calc::Substance

Inherits:
Struct
  • Object
show all
Defined in:
lib/oddb2xml/calc.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chemical_doseObject

Returns the value of attribute chemical_dose



162
163
164
# File 'lib/oddb2xml/calc.rb', line 162

def chemical_dose
  @chemical_dose
end

#chemical_substanceObject

Returns the value of attribute chemical_substance



162
163
164
# File 'lib/oddb2xml/calc.rb', line 162

def chemical_substance
  @chemical_substance
end

#nameObject

Returns the value of attribute name



162
163
164
# File 'lib/oddb2xml/calc.rb', line 162

def name
  @name
end

#qtyObject

Returns the value of attribute qty



162
163
164
# File 'lib/oddb2xml/calc.rb', line 162

def qty
  @qty
end

#unitObject

Returns the value of attribute unit



162
163
164
# File 'lib/oddb2xml/calc.rb', line 162

def unit
  @unit
end