Class: Company
- Inherits:
-
Object
- Object
- Company
- Defined in:
- lib/zaig/entities/company.rb
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.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def address @address end |
#client_category ⇒ Object
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_date ⇒ Object
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_type ⇒ Object
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_number ⇒ Object
Returns the value of attribute document_number.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def document_number @document_number end |
#email ⇒ Object
Returns the value of attribute email.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def email @email end |
#financial ⇒ Object
Returns the value of attribute financial.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def financial @financial end |
#guarantors ⇒ Object
Returns the value of attribute guarantors.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def guarantors @guarantors end |
#id ⇒ Object
Returns the value of attribute id.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def id @id end |
#legal_name ⇒ Object
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_revenue ⇒ Object
Returns the value of attribute monthly_revenue.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def monthly_revenue @monthly_revenue end |
#phones ⇒ Object
Returns the value of attribute phones.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def phones @phones end |
#scr_parameters ⇒ Object
Returns the value of attribute scr_parameters.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def scr_parameters @scr_parameters end |
#shareholders ⇒ Object
Returns the value of attribute shareholders.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def shareholders @shareholders end |
#source ⇒ Object
Returns the value of attribute source.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def source @source end |
#trading_name ⇒ Object
Returns the value of attribute trading_name.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def trading_name @trading_name end |
#warrants ⇒ Object
Returns the value of attribute warrants.
4 5 6 |
# File 'lib/zaig/entities/company.rb', line 4 def warrants @warrants end |