Class: Brand2csv::Marke
- Inherits:
-
Struct
- Object
- Struct
- Brand2csv::Marke
- Defined in:
- lib/brand2csv.rb
Instance Attribute Summary collapse
-
#hatVertreter ⇒ Object
Returns the value of attribute hatVertreter.
-
#hinterlegungsdatum ⇒ Object
Returns the value of attribute hinterlegungsdatum.
-
#inhaber ⇒ Object
Returns the value of attribute inhaber.
-
#land ⇒ Object
Returns the value of attribute land.
-
#markennummer ⇒ Object
Returns the value of attribute markennummer.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ort ⇒ Object
Returns the value of attribute ort.
-
#plz ⇒ Object
Returns the value of attribute plz.
-
#zeile_1 ⇒ Object
Returns the value of attribute zeile_1.
-
#zeile_2 ⇒ Object
Returns the value of attribute zeile_2.
-
#zeile_3 ⇒ Object
Returns the value of attribute zeile_3.
-
#zeile_4 ⇒ Object
Returns the value of attribute zeile_4.
-
#zeile_5 ⇒ Object
Returns the value of attribute zeile_5.
Instance Attribute Details
#hatVertreter ⇒ Object
Returns the value of attribute hatVertreter
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def hatVertreter @hatVertreter end |
#hinterlegungsdatum ⇒ Object
Returns the value of attribute hinterlegungsdatum
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def hinterlegungsdatum @hinterlegungsdatum end |
#inhaber ⇒ Object
Returns the value of attribute inhaber
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def inhaber @inhaber end |
#land ⇒ Object
Returns the value of attribute land
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def land @land end |
#markennummer ⇒ Object
Returns the value of attribute markennummer
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def markennummer @markennummer end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def name @name end |
#ort ⇒ Object
Returns the value of attribute ort
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def ort @ort end |
#plz ⇒ Object
Returns the value of attribute plz
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def plz @plz end |
#zeile_1 ⇒ Object
Returns the value of attribute zeile_1
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def zeile_1 @zeile_1 end |
#zeile_2 ⇒ Object
Returns the value of attribute zeile_2
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def zeile_2 @zeile_2 end |
#zeile_3 ⇒ Object
Returns the value of attribute zeile_3
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def zeile_3 @zeile_3 end |
#zeile_4 ⇒ Object
Returns the value of attribute zeile_4
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def zeile_4 @zeile_4 end |
#zeile_5 ⇒ Object
Returns the value of attribute zeile_5
14 15 16 |
# File 'lib/brand2csv.rb', line 14 def zeile_5 @zeile_5 end |