Class: Company

Inherits:
Object
  • Object
show all
Defined in:
lib/rresume/company.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#adresseObject

Returns the value of attribute adresse.



4
5
6
# File 'lib/rresume/company.rb', line 4

def adresse
  @adresse
end

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/rresume/company.rb', line 4

def email
  @email
end

#homepageObject

Returns the value of attribute homepage.



4
5
6
# File 'lib/rresume/company.rb', line 4

def homepage
  @homepage
end

#logoObject

Returns the value of attribute logo.



4
5
6
# File 'lib/rresume/company.rb', line 4

def 
  @logo
end

#nameObject (readonly)

Returns the value of attribute name.



3
4
5
# File 'lib/rresume/company.rb', line 3

def name
  @name
end

#ortObject

Returns the value of attribute ort.



4
5
6
# File 'lib/rresume/company.rb', line 4

def ort
  @ort
end

#plzObject

Returns the value of attribute plz.



4
5
6
# File 'lib/rresume/company.rb', line 4

def plz
  @plz
end

#restObject

Returns the value of attribute rest.



4
5
6
# File 'lib/rresume/company.rb', line 4

def rest
  @rest
end

#telefaxObject

Returns the value of attribute telefax.



4
5
6
# File 'lib/rresume/company.rb', line 4

def telefax
  @telefax
end

#telefonObject

Returns the value of attribute telefon.



4
5
6
# File 'lib/rresume/company.rb', line 4

def telefon
  @telefon
end