Class: Oddb2xml::Composition
- Inherits:
-
Struct
- Object
- Struct
- Oddb2xml::Composition
- Defined in:
- lib/oddb2xml/calc.rb
Overview
Calc is responsible for analysing the columns "Packungsgrösse" and "Einheit"
Instance Attribute Summary collapse
-
#label ⇒ Object
Returns the value of attribute label.
-
#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
#label ⇒ Object
Returns the value of attribute label
9 10 11 |
# File 'lib/oddb2xml/calc.rb', line 9 def label @label end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/oddb2xml/calc.rb', line 9 def name @name end |
#qty ⇒ Object
Returns the value of attribute qty
9 10 11 |
# File 'lib/oddb2xml/calc.rb', line 9 def qty @qty end |
#unit ⇒ Object
Returns the value of attribute unit
9 10 11 |
# File 'lib/oddb2xml/calc.rb', line 9 def unit @unit end |