Class: ParseUtil::ParseSubstance
- Inherits:
-
Struct
- Object
- Struct
- ParseUtil::ParseSubstance
- Defined in:
- lib/oddb2xml/parse_compositions.rb
Instance Attribute Summary collapse
-
#cdose ⇒ Object
Returns the value of attribute cdose.
-
#chemical_qty ⇒ Object
Returns the value of attribute chemical_qty.
-
#chemical_substance ⇒ Object
Returns the value of attribute chemical_substance.
-
#chemical_unit ⇒ Object
Returns the value of attribute chemical_unit.
-
#dose ⇒ Object
Returns the value of attribute dose.
-
#is_active_agent ⇒ Object
Returns the value of attribute is_active_agent.
-
#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
#cdose ⇒ Object
Returns the value of attribute cdose
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def cdose @cdose end |
#chemical_qty ⇒ Object
Returns the value of attribute chemical_qty
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def chemical_qty @chemical_qty end |
#chemical_substance ⇒ Object
Returns the value of attribute chemical_substance
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def chemical_substance @chemical_substance end |
#chemical_unit ⇒ Object
Returns the value of attribute chemical_unit
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def chemical_unit @chemical_unit end |
#dose ⇒ Object
Returns the value of attribute dose
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def dose @dose end |
#is_active_agent ⇒ Object
Returns the value of attribute is_active_agent
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def is_active_agent @is_active_agent end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def name @name end |
#qty ⇒ Object
Returns the value of attribute qty
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def qty @qty end |
#unit ⇒ Object
Returns the value of attribute unit
12 13 14 |
# File 'lib/oddb2xml/parse_compositions.rb', line 12 def unit @unit end |