Class: Shareholder

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#birthdateObject

Returns the value of attribute birthdate.



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

def birthdate
  @birthdate
end

#declared_assetsObject

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_numberObject

Returns the value of attribute document_number.



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

def document_number
  @document_number
end

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#fathernameObject

Returns the value of attribute fathername.



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

def fathername
  @fathername
end

#genderObject

Returns the value of attribute gender.



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

def gender
  @gender
end

#monthly_incomeObject

Returns the value of attribute monthly_income.



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

def monthly_income
  @monthly_income
end

#mothernameObject

Returns the value of attribute mothername.



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

def mothername
  @mothername
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#nationalityObject

Returns the value of attribute nationality.



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

def nationality
  @nationality
end

#occupationObject

Returns the value of attribute occupation.



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

def occupation
  @occupation
end

#phoneObject

Returns the value of attribute phone.



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

def phone
  @phone
end