Class: ParseUtil::ParseComposition
- Inherits:
-
Struct
- Object
- Struct
- ParseUtil::ParseComposition
- Defined in:
- lib/oddb2xml/parse_compositions.rb
Instance Attribute Summary collapse
-
#galenic_form ⇒ Object
Returns the value of attribute galenic_form.
-
#label ⇒ Object
Returns the value of attribute label.
-
#label_description ⇒ Object
Returns the value of attribute label_description.
-
#route_of_administration ⇒ Object
Returns the value of attribute route_of_administration.
-
#source ⇒ Object
Returns the value of attribute source.
-
#substances ⇒ Object
Returns the value of attribute substances.
Instance Attribute Details
#galenic_form ⇒ Object
Returns the value of attribute galenic_form
11 12 13 |
# File 'lib/oddb2xml/parse_compositions.rb', line 11 def galenic_form @galenic_form end |
#label ⇒ Object
Returns the value of attribute label
11 12 13 |
# File 'lib/oddb2xml/parse_compositions.rb', line 11 def label @label end |
#label_description ⇒ Object
Returns the value of attribute label_description
11 12 13 |
# File 'lib/oddb2xml/parse_compositions.rb', line 11 def label_description @label_description end |
#route_of_administration ⇒ Object
Returns the value of attribute route_of_administration
11 12 13 |
# File 'lib/oddb2xml/parse_compositions.rb', line 11 def route_of_administration @route_of_administration end |
#source ⇒ Object
Returns the value of attribute source
11 12 13 |
# File 'lib/oddb2xml/parse_compositions.rb', line 11 def source @source end |
#substances ⇒ Object
Returns the value of attribute substances
11 12 13 |
# File 'lib/oddb2xml/parse_compositions.rb', line 11 def substances @substances end |