Class: Kovacs::Configuration
- Inherits:
-
Object
- Object
- Kovacs::Configuration
- Defined in:
- lib/kovacs/configuration.rb
Instance Attribute Summary collapse
-
#forename ⇒ Object
Returns the value of attribute forename.
-
#middle_name ⇒ Object
Returns the value of attribute middle_name.
-
#nationality ⇒ Object
Returns the value of attribute nationality.
-
#sex ⇒ Object
Returns the value of attribute sex.
-
#surname ⇒ Object
Returns the value of attribute surname.
Instance Attribute Details
#forename ⇒ Object
Returns the value of attribute forename.
3 4 5 |
# File 'lib/kovacs/configuration.rb', line 3 def forename @forename end |
#middle_name ⇒ Object
Returns the value of attribute middle_name.
3 4 5 |
# File 'lib/kovacs/configuration.rb', line 3 def middle_name @middle_name end |
#nationality ⇒ Object
Returns the value of attribute nationality.
3 4 5 |
# File 'lib/kovacs/configuration.rb', line 3 def nationality @nationality end |
#sex ⇒ Object
Returns the value of attribute sex.
3 4 5 |
# File 'lib/kovacs/configuration.rb', line 3 def sex @sex end |
#surname ⇒ Object
Returns the value of attribute surname.
3 4 5 |
# File 'lib/kovacs/configuration.rb', line 3 def surname @surname end |