Class: Company
- Inherits:
-
Object
- Object
- Company
- Defined in:
- lib/zaig/entities/company.rb
Overview
Class to create company-like objects.
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#client_category ⇒ Object
Returns the value of attribute client_category.
-
#constitution_date ⇒ Object
Returns the value of attribute constitution_date.
-
#constitution_type ⇒ Object
Returns the value of attribute constitution_type.
-
#document_number ⇒ Object
Returns the value of attribute document_number.
-
#email ⇒ Object
Returns the value of attribute email.
-
#financial ⇒ Object
Returns the value of attribute financial.
-
#guarantors ⇒ Object
Returns the value of attribute guarantors.
-
#id ⇒ Object
Returns the value of attribute id.
-
#legal_name ⇒ Object
Returns the value of attribute legal_name.
-
#monthly_revenue ⇒ Object
Returns the value of attribute monthly_revenue.
-
#phones ⇒ Object
Returns the value of attribute phones.
-
#scr_parameters ⇒ Object
Returns the value of attribute scr_parameters.
-
#shareholders ⇒ Object
Returns the value of attribute shareholders.
-
#source ⇒ Object
Returns the value of attribute source.
-
#trading_name ⇒ Object
Returns the value of attribute trading_name.
-
#warrants ⇒ Object
Returns the value of attribute warrants.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def address @address end |
#client_category ⇒ Object
Returns the value of attribute client_category.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def client_category @client_category end |
#constitution_date ⇒ Object
Returns the value of attribute constitution_date.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def constitution_date @constitution_date end |
#constitution_type ⇒ Object
Returns the value of attribute constitution_type.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def constitution_type @constitution_type end |
#document_number ⇒ Object
Returns the value of attribute document_number.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def document_number @document_number end |
#email ⇒ Object
Returns the value of attribute email.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def email @email end |
#financial ⇒ Object
Returns the value of attribute financial.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def financial @financial end |
#guarantors ⇒ Object
Returns the value of attribute guarantors.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def guarantors @guarantors end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def id @id end |
#legal_name ⇒ Object
Returns the value of attribute legal_name.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def legal_name @legal_name end |
#monthly_revenue ⇒ Object
Returns the value of attribute monthly_revenue.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def monthly_revenue @monthly_revenue end |
#phones ⇒ Object
Returns the value of attribute phones.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def phones @phones end |
#scr_parameters ⇒ Object
Returns the value of attribute scr_parameters.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def scr_parameters @scr_parameters end |
#shareholders ⇒ Object
Returns the value of attribute shareholders.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def shareholders @shareholders end |
#source ⇒ Object
Returns the value of attribute source.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def source @source end |
#trading_name ⇒ Object
Returns the value of attribute trading_name.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def trading_name @trading_name end |
#warrants ⇒ Object
Returns the value of attribute warrants.
5 6 7 |
# File 'lib/zaig/entities/company.rb', line 5 def warrants @warrants end |