Class: Shareholder

Inherits:
Object
  • Object
show all
Defined in:
lib/zaig/entities/shareholder.rb

Overview

Class to create shareholders objects.

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def address
  @address
end

#birthdateObject

Returns the value of attribute birthdate.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def birthdate
  @birthdate
end

#declared_assetsObject

Returns the value of attribute declared_assets.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def declared_assets
  @declared_assets
end

#document_numberObject

Returns the value of attribute document_number.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def document_number
  @document_number
end

#emailObject

Returns the value of attribute email.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def email
  @email
end

#fathernameObject

Returns the value of attribute fathername.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def fathername
  @fathername
end

#genderObject

Returns the value of attribute gender.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def gender
  @gender
end

#monthly_incomeObject

Returns the value of attribute monthly_income.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def monthly_income
  @monthly_income
end

#mothernameObject

Returns the value of attribute mothername.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def mothername
  @mothername
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def name
  @name
end

#nationalityObject

Returns the value of attribute nationality.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def nationality
  @nationality
end

#occupationObject

Returns the value of attribute occupation.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def occupation
  @occupation
end

#phoneObject

Returns the value of attribute phone.



5
6
7
# File 'lib/zaig/entities/shareholder.rb', line 5

def phone
  @phone
end