Class: Oddb2xml::GalenicGroup
- Inherits:
-
Struct
- Object
- Struct
- Oddb2xml::GalenicGroup
- Defined in:
- lib/oddb2xml/calc.rb,
lib/oddb2xml/calc.rb
Overview
Calc is responsible for analysing the columns "Packungsgrösse" and "Einheit"
Instance Attribute Summary collapse
-
#descriptions ⇒ Object
Returns the value of attribute descriptions.
-
#oid ⇒ Object
Returns the value of attribute oid.
Instance Method Summary collapse
Instance Attribute Details
#descriptions ⇒ Object
Returns the value of attribute descriptions
9 10 11 |
# File 'lib/oddb2xml/calc.rb', line 9 def descriptions @descriptions end |
#oid ⇒ Object
Returns the value of attribute oid
9 10 11 |
# File 'lib/oddb2xml/calc.rb', line 9 def oid @oid end |
Instance Method Details
#description(lang = 'de') ⇒ Object
13 14 15 |
# File 'lib/oddb2xml/calc.rb', line 13 def description(lang = 'de') descriptions[lang] end |