Class: Kovacs::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/kovacs/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#forenameObject

Returns the value of attribute forename.



3
4
5
# File 'lib/kovacs/configuration.rb', line 3

def forename
  @forename
end

#middle_nameObject

Returns the value of attribute middle_name.



3
4
5
# File 'lib/kovacs/configuration.rb', line 3

def middle_name
  @middle_name
end

#nationalityObject

Returns the value of attribute nationality.



3
4
5
# File 'lib/kovacs/configuration.rb', line 3

def nationality
  @nationality
end

#sexObject

Returns the value of attribute sex.



3
4
5
# File 'lib/kovacs/configuration.rb', line 3

def sex
  @sex
end

#surnameObject

Returns the value of attribute surname.



3
4
5
# File 'lib/kovacs/configuration.rb', line 3

def surname
  @surname
end