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