Class: BMF::Saxparser::Ausgabe
- Inherits:
-
Struct
- Object
- Struct
- BMF::Saxparser::Ausgabe
- Defined in:
- lib/abgabenrechner.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
88 89 90 |
# File 'lib/abgabenrechner.rb', line 88 def name @name end |
#value ⇒ Object
Returns the value of attribute value
88 89 90 |
# File 'lib/abgabenrechner.rb', line 88 def value @value end |