Class: Company
- Inherits:
-
Object
- Object
- Company
- Defined in:
- lib/rresume/company.rb
Instance Attribute Summary collapse
-
#adresse ⇒ Object
Returns the value of attribute adresse.
-
#email ⇒ Object
Returns the value of attribute email.
-
#homepage ⇒ Object
Returns the value of attribute homepage.
-
#logo ⇒ Object
Returns the value of attribute logo.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#ort ⇒ Object
Returns the value of attribute ort.
-
#plz ⇒ Object
Returns the value of attribute plz.
-
#rest ⇒ Object
Returns the value of attribute rest.
-
#telefax ⇒ Object
Returns the value of attribute telefax.
-
#telefon ⇒ Object
Returns the value of attribute telefon.
Instance Method Summary collapse
-
#initialize(name) ⇒ Company
constructor
A new instance of Company.
Constructor Details
#initialize(name) ⇒ Company
Returns a new instance of Company.
6 7 8 |
# File 'lib/rresume/company.rb', line 6 def initialize(name) @name = name end |
Instance Attribute Details
#adresse ⇒ Object
Returns the value of attribute adresse.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def adresse @adresse end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def email @email end |
#homepage ⇒ Object
Returns the value of attribute homepage.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def homepage @homepage end |
#logo ⇒ Object
Returns the value of attribute logo.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def logo @logo end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/rresume/company.rb', line 3 def name @name end |
#ort ⇒ Object
Returns the value of attribute ort.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def ort @ort end |
#plz ⇒ Object
Returns the value of attribute plz.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def plz @plz end |
#rest ⇒ Object
Returns the value of attribute rest.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def rest @rest end |
#telefax ⇒ Object
Returns the value of attribute telefax.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def telefax @telefax end |
#telefon ⇒ Object
Returns the value of attribute telefon.
4 5 6 |
# File 'lib/rresume/company.rb', line 4 def telefon @telefon end |