Class: Company

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#client_categoryObject

Returns the value of attribute client_category.



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

def client_category
  @client_category
end

#constitution_dateObject

Returns the value of attribute constitution_date.



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

def constitution_date
  @constitution_date
end

#constitution_typeObject

Returns the value of attribute constitution_type.



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

def constitution_type
  @constitution_type
end

#document_numberObject

Returns the value of attribute document_number.



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

def document_number
  @document_number
end

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#financialObject

Returns the value of attribute financial.



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

def financial
  @financial
end

#guarantorsObject

Returns the value of attribute guarantors.



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

def guarantors
  @guarantors
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

Returns the value of attribute legal_name.



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

def legal_name
  @legal_name
end

#monthly_revenueObject

Returns the value of attribute monthly_revenue.



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

def monthly_revenue
  @monthly_revenue
end

#phonesObject

Returns the value of attribute phones.



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

def phones
  @phones
end

#scr_parametersObject

Returns the value of attribute scr_parameters.



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

def scr_parameters
  @scr_parameters
end

#shareholdersObject

Returns the value of attribute shareholders.



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

def shareholders
  @shareholders
end

#sourceObject

Returns the value of attribute source.



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

def source
  @source
end

#trading_nameObject

Returns the value of attribute trading_name.



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

def trading_name
  @trading_name
end

#warrantsObject

Returns the value of attribute warrants.



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

def warrants
  @warrants
end