Class: Shareholder
- Inherits:
-
Object
- Object
- Shareholder
- Defined in:
- lib/zaig/entities/shareholder.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#birthdate ⇒ Object
Returns the value of attribute birthdate.
-
#declared_assets ⇒ Object
Returns the value of attribute declared_assets.
-
#document_number ⇒ Object
Returns the value of attribute document_number.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fathername ⇒ Object
Returns the value of attribute fathername.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#monthly_income ⇒ Object
Returns the value of attribute monthly_income.
-
#mothername ⇒ Object
Returns the value of attribute mothername.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nationality ⇒ Object
Returns the value of attribute nationality.
-
#occupation ⇒ Object
Returns the value of attribute occupation.
-
#phone ⇒ Object
Returns the value of attribute phone.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def address @address end |
#birthdate ⇒ Object
Returns the value of attribute birthdate.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def birthdate @birthdate end |
#declared_assets ⇒ Object
Returns the value of attribute declared_assets.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def declared_assets @declared_assets end |
#document_number ⇒ Object
Returns the value of attribute document_number.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def document_number @document_number end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def email @email end |
#fathername ⇒ Object
Returns the value of attribute fathername.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def fathername @fathername end |
#gender ⇒ Object
Returns the value of attribute gender.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def gender @gender end |
#monthly_income ⇒ Object
Returns the value of attribute monthly_income.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def monthly_income @monthly_income end |
#mothername ⇒ Object
Returns the value of attribute mothername.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def mothername @mothername end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def name @name end |
#nationality ⇒ Object
Returns the value of attribute nationality.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def nationality @nationality end |
#occupation ⇒ Object
Returns the value of attribute occupation.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def occupation @occupation end |
#phone ⇒ Object
Returns the value of attribute phone.
4 5 6 |
# File 'lib/zaig/entities/shareholder.rb', line 4 def phone @phone end |